diff --git a/readme.md b/readme.md index 31db607..22867a3 100644 --- a/readme.md +++ b/readme.md @@ -134,8 +134,8 @@ Try to avoid pressing the Home button or putting the 3DS to sleep. Quit the emul ## Change History -v1.3 -- Added BlargSNES DSP Core (experimental) for performance. The original DSP core suffers from sound skipping in some games. You can choose which DSP core to use from the Options menu. The default core uses the Snes9x's original slower core. +v1.30 +- Added BlargSNES DSP Core (experimental) for performance. The original Snes9X DSP core (default) suffers from sound skipping in some games. You can choose which DSP core to use from the Options menu. - Added support for Tengai Makyou Zero English Patch (for hopefully all future versions) v1.21 diff --git a/source/3dsmenu.cpp b/source/3dsmenu.cpp index 95bb5f0..86998f6 100644 --- a/source/3dsmenu.cpp +++ b/source/3dsmenu.cpp @@ -17,7 +17,7 @@ #define MENU_HEIGHT (14) #define DIALOG_HEIGHT (5) -#define SNES9X_VERSION "v1.3" +#define SNES9X_VERSION "v1.30" #define ANIMATE_TAB_STEPS 3 diff --git a/source/3dssnes9x.h b/source/3dssnes9x.h index c49dfbc..0de2268 100644 --- a/source/3dssnes9x.h +++ b/source/3dssnes9x.h @@ -3,7 +3,7 @@ // Uncomment this to convert before releasing this to remove // all the debugging stuff. // -//#define RELEASE +#define RELEASE // Uncomment this to allow user to break into debug mode (for the 65816 CPU) //