Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-01 | memcpy vs memmove: memmove correctly handles overlapping source and ↵ | Nebuleon Fumika | |
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-01-18 | Fix multiple compiler warnings: forward declaration, implicit declaration, ↵ | Nebuleon Fumika | |
unused variable, variable used uninitialised, unused function (when not used anywhere else with a #define). | |||
2013-01-12 | Remove redundant writes to support reverse stereo. Define ↵ | Nebuleon Fumika | |
FOREVER_FORWARD_STEREO. | |||
2012-12-26 | Merge Registers structures into their respective CPUs to avoid additional ↵ | Nebuleon Fumika | |
memory addresses being loaded every opcode. | |||
2011-03-05 | first commit | Kitty Draper | |