http://code.google.com/p/snes9x-rr/
Snes9x ReRecording SVN r69 is released.Snes9x ReRecording is the re-recording
branch of Snes9x 1.43 and Snes9x 1.51.This is the development project for
this branch of Snes9x. Its primary function is to expand features related to
the creation of Tool-Asssisted movies.
Snes9x 1.43-ReRecording SVN changelog:
r67
Removed ZeroMemory from port.h and replaced them to memset.
r68
put #pragma optimize as a workaround for issue 21 .
r69
Real fix for optimization problem ( issue 21 ). The cause is a line like
'return get(addr) | (get(addr+1) << 8)', human evaluates 'get(addr)' first,
but VS2008 compiler evaluates 'get(addr+1)' first when speed optimization has
been enabled.
--
Snes9x ReRecording SVN r69 is released.Snes9x ReRecording is the re-recording
branch of Snes9x 1.43 and Snes9x 1.51.This is the development project for
this branch of Snes9x. Its primary function is to expand features related to
the creation of Tool-Asssisted movies.
Snes9x 1.43-ReRecording SVN changelog:
r67
Removed ZeroMemory from port.h and replaced them to memset.
r68
put #pragma optimize as a workaround for issue 21 .
r69
Real fix for optimization problem ( issue 21 ). The cause is a line like
'return get(addr) | (get(addr+1) << 8)', human evaluates 'get(addr)' first,
but VS2008 compiler evaluates 'get(addr+1)' first when speed optimization has
been enabled.
--
All Comments