Nebuleon Fumika
|
f385752705
|
memcpy vs memmove: memmove correctly handles overlapping source and destination memory buffers, but is slower than memcpy in many implementations. When memory buffers don't overlap, memcpy may be more efficient.
The DS2 SDK is such an implementation, so change many memmoves into memcpys.
|
2013-02-01 00:33:30 -05:00 |
|
Nebuleon Fumika
|
bf5cb54162
|
Fix multiple compiler warnings: forward declaration, implicit declaration, unused variable, variable used uninitialised, unused function (when not used anywhere else with a #define).
|
2013-01-18 02:41:32 -05:00 |
|
Nebuleon Fumika
|
40d30e35ca
|
Remove redundant writes to support reverse stereo. Define FOREVER_FORWARD_STEREO.
|
2013-01-12 01:09:59 -05:00 |
|
Nebuleon Fumika
|
e5869adc44
|
Merge Registers structures into their respective CPUs to avoid additional memory addresses being loaded every opcode.
|
2012-12-26 14:42:02 -05:00 |
|
Kitty Draper
|
d40ae99422
|
first commit
|
2011-03-05 21:39:25 -05:00 |
|