diff options
author | Nebuleon Fumika | 2013-02-01 20:47:46 -0500 |
---|---|---|
committer | Nebuleon Fumika | 2013-02-01 20:47:46 -0500 |
commit | 25aeb83f7bf395a49742c957ada5d2b917fe62aa (patch) | |
tree | 4b7dccd3e38977f366e51f13e5ba2bd7f4464993 | |
parent | d4dd98e8c180532f24de342482e54f28874f06ef (diff) | |
download | snes9x2005-25aeb83f7bf395a49742c957ada5d2b917fe62aa.tar.gz snes9x2005-25aeb83f7bf395a49742c957ada5d2b917fe62aa.tar.bz2 snes9x2005-25aeb83f7bf395a49742c957ada5d2b917fe62aa.zip |
Release 1.25.
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | source/nds/gui.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -CATSFC version 1.24, 2013-01-26
+CATSFC version 1.25, 2013-02-01
A Super Nintendo emulator for the Supercard DSTWO.
diff --git a/source/nds/gui.c b/source/nds/gui.c index b6bd0f4..3933277 100644 --- a/source/nds/gui.c +++ b/source/nds/gui.c @@ -61,7 +61,7 @@ char *language_options[] = { (char *) &lang[0], (char *) &lang[1], (char *) &lan ******************************************************************************/ #define SUBMENU_ROW_NUM 6 -#define NDSSFC_VERSION "1.24" +#define NDSSFC_VERSION "1.25" #define SAVE_STATE_SLOT_NUM 16 |