Skip to content

Commit

Permalink
Preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bubble2k16 committed Mar 23, 2018
1 parent 86cfb6f commit 6e8f2cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion source/3dsmenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion source/3dssnes9x.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
//
Expand Down

0 comments on commit 6e8f2cd

Please sign in to comment.