Rohit Nirmal
|
fbc64984ca
|
Include CommonTypes.h instead of Common.h.
|
2014-09-08 15:39:58 -04:00 |
|
Charles Rozhon
|
3baea48bba
|
Removed warning caused by calling std::min<int> with size_t values
|
2014-08-15 13:23:19 -05:00 |
|
Lioncash
|
af7efaa461
|
[Core] Clean up the DSP disassembler
- Get rid of deletes.
- Clean out all of the sprintf calls. Now std::string based.
- Fully explicit function names, etc.
|
2014-07-02 20:19:39 -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 |
|
Matthew Parlane
|
31cfc73a09
|
Fixes spacing for "for", "while", "switch" and "if"
Also moved && and || to ends of lines instead of start.
Fixed misc vertical alignments and some { needed newlining.
|
2014-03-11 00:35:07 +13:00 |
|
Tillmann Karras
|
d802d39281
|
clang-modernize -use-nullptr
and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine
|
2014-03-09 21:14:26 +01:00 |
|
Lioncash
|
e9d1796c24
|
Rename assemble.cpp/.h and disassemble.cpp./.h to DSPAssembler.cpp/.h and DSPDisassembler.cpp/.h
|
2014-03-09 13:25:50 -04:00 |
|
Lioncash
|
2afe215271
|
Convert all includes to relative paths.
|
2014-02-18 02:19:10 -05:00 |
|
Lioncash
|
3fd87a7636
|
Second and final pass of clearing out tabs.
|
2014-02-17 02:19:41 -05:00 |
|
Matthew Parlane
|
32bfcc034f
|
Some tidy up of sprintf to StringFromFormat
Includes a small fix to SetupWiiMemory
|
2014-02-10 17:25:18 +13:00 |
|
Pierre Bourdon
|
e59f770ccb
|
Revert "Merge pull request #49 from Parlane/sprintf_tidy"
Change broke the build on Debian stable.
This reverts commit 28755439b3, reversing
changes made to 64e01ec763.
|
2014-02-09 16:14:13 +01:00 |
|
Matthew Parlane
|
ebff7974c3
|
Some tidy up of sprintf to StringFromFormat
|
2014-02-08 14:32:48 +13:00 |
|
Jasper St. Pierre
|
34692ab826
|
Remove unnecessary Src/ folders
|
2013-12-31 14:03:19 -05:00 |
|