Skip to content

Commit

Permalink
Minor string changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
FateForWindows committed Jun 7, 2017
1 parent 849163b commit 9ee47bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/3dsmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ SMenuItem optionsForFrameskip[] = {
};

SMenuItem optionsForFrameRate[] = {
MENU_MAKE_DIALOG_ACTION (0, "Default based on ROM", ""),
MENU_MAKE_DIALOG_ACTION (0, "Default based on ROM region", ""),
MENU_MAKE_DIALOG_ACTION (1, "50 FPS", ""),
MENU_MAKE_DIALOG_ACTION (2, "60 FPS", "")
};
Expand Down
2 changes: 1 addition & 1 deletion source/3dsmenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#define MENU_HEIGHT (14)
#define DIALOG_HEIGHT (5)

#define SNES9X_VERSION "v1.11"
#define SNES9X_VERSION "v1.20"
#define ANIMATE_TAB_STEPS 3


Expand Down

0 comments on commit 9ee47bf

Please sign in to comment.