Fceux SVN changelog:
r2933
added gui.cpp functions to gui.h and compiled/linked gui.cpp
sdl.cpp had a #include "gui.cpp" line, rather than
including the gui.h header (which was lacking). All the declarations
are now in gui.h and gui.cpp is in the sources_list
---------------------
r2932
fixed Aboutbox
---------------------
r2931
"Auto-resume old play session" now also works with NSFs
---------------------
r2930
properly savestate NSF
---------------------
r2929
win32: updated 7z.dll to v9.22
---------------------
r2928
add missing mmc5 savestate variables
---------------------
r2927
added appropriate constness to Config::getOption functions
Previously the Config::getOption functions were not marked as const,
This prevented them being called through a const Config * as I was
attempting to do. I've marked them as const member functions
as well as changed the iteration to use a const_iterator.
---------------------
r2926
C++11 compliant string literal concatenation
---------------------
r2925
switched header files in sdl/ directory to c++ headers
---------------------
r2924
* Tracer: added "Log Cycles count" and "Log Instructions count" options
---------------------
Download: Fceux SVN r2933
Source: Here
0 Comments
Post a Comment