Michael Maltese
|
97e6ba773b
|
Move DSP::CodesToHeader to DSPTool
It's the only place it's used, and highly-specific to DSPTool's needs.
|
2017-06-05 19:28:40 -07:00 |
|
Michael Maltese
|
1765e54ab3
|
DSPCodeUtil: remove GenRandomCode
It was only used in a specific DSPTool test, which was removed because
non-deterministic tests aren't really useful.
|
2017-06-05 19:28:40 -07:00 |
|
Michael Maltese
|
e4c779de0b
|
DSP: move DumpDSPCode from DSPLLETools to DSPCodeUtil
This code is useful outside of DSP-LLE, and I plan to modify DSP-HLE to
use it in a future commit.
|
2017-05-15 02:34:43 -07:00 |
|
Lioncash
|
3eb25cea6f
|
DSP: Namespace remaining un-namespaced DSP code
|
2016-12-31 17:20:14 -05:00 |
|
Pierre Bourdon
|
3570c7f03a
|
Reformat all the things. Have fun with merge conflicts.
|
2016-06-24 10:43:46 +02:00 |
|
Tillmann Karras
|
30ebb2459e
|
Set copyright year to when a file was created
|
2015-05-25 13:22:31 +02:00 |
|
Tillmann Karras
|
cefcb0ace9
|
Update license headers to GPLv2+
|
2015-05-25 13:22:31 +02:00 |
|
Rohit Nirmal
|
fbc64984ca
|
Include CommonTypes.h instead of Common.h.
|
2014-09-08 15:39:58 -04:00 |
|
Lioncash
|
a82675b7d5
|
Kill off some usages of c_str.
Also changes some function params, but this is ok.
Some simplifications were also able to be made (ie. killing off strcmps with ==, etc).
|
2014-03-14 13:51:23 -04:00 |
|
Lioncash
|
2afe215271
|
Convert all includes to relative paths.
|
2014-02-18 02:19:10 -05:00 |
|
lioncash
|
d2038049f5
|
Replace all include guard ifdefs with "#pragma once"
|
2014-02-10 18:07:16 -05:00 |
|
Jasper St. Pierre
|
34692ab826
|
Remove unnecessary Src/ folders
|
2013-12-31 14:03:19 -05:00 |
|