From 1c9094d99f6cb2f9ca63134cb7a348370b568b7c Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Mon, 4 Feb 2013 05:57:53 -0500 Subject: Release 1.28 after disabling the controller status sync hack. --- Makefile | 2 +- README.md | 2 +- source/nds/gui.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c325437..04b9181 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ DEFS := -DSPC700_C -DEXECUTE_SUPERFX_PER_LINE -DSDD1_DECOMP \ -DNO_INLINE_SET_GET -DNOASM -DHAVE_MKSTEMP '-DACCEPT_SIZE_T=size_t' \ -DUNZIP_SUPPORT -DFOREVER_16_BIT_SOUND -DFOREVER_STEREO \ -DFOREVER_FORWARD_STEREO -DNO_VOLATILE_SOUND \ - -DACCUMULATE_JOYPAD -DDS2_DMA + -DDS2_DMA .PHONY: clean makedirs .SUFFIXES: .elf .dat .plg diff --git a/README.md b/README.md index a0b2713..c7c14db 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -CATSFC version 1.27, 2013-02-03 +CATSFC version 1.28, 2013-02-04 A Super Nintendo emulator for the Supercard DSTWO. diff --git a/source/nds/gui.c b/source/nds/gui.c index e2a469d..3d2ab70 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.27" +#define NDSSFC_VERSION "1.28" #define SAVE_STATE_SLOT_NUM 16 -- cgit v1.2.3