From 73f8077a2af28a6f8b4d2ecafc7af3d06627e6fa Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Mon, 31 Dec 2012 23:52:52 -0500 Subject: Release 1.12. --- Makefile | 11 +++++------ README.md | 2 +- source/nds/gui.c | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 365c9e7..22fa8ca 100644 --- a/Makefile +++ b/Makefile @@ -61,17 +61,16 @@ CPP_OBJECTS = $(CPP_SOURCES:.cpp=.o) OBJECTS = $(C_OBJECTS) $(CPP_OBJECTS) # - - - Compilation flags - - - -CFLAGS := -mips32 -Os -mno-abicalls -fno-pic -fno-builtin \ +CFLAGS := -mips32 -mno-abicalls -fno-pic -fno-builtin \ -fno-exceptions -ffunction-sections -mno-long-calls \ - -fomit-frame-pointer -msoft-float -G 4 \ - -fno-early-inlining \ - -fgcse-sm -fgcse-las -fgcse-after-reload \ - -fsched-spec-load -fsched-stalled-insns=0 -fweb + -msoft-float -G 4 \ + -O3 -fomit-frame-pointer -fgcse-sm -fgcse-las -fgcse-after-reload \ + -fweb -funroll-loops DEFS := -DSPC700_C -DEXECUTE_SUPERFX_PER_LINE -DSDD1_DECOMP \ -DVAR_CYCLES -DCPU_SHUTDOWN -DSPC700_SHUTDOWN \ -DNO_INLINE_SET_GET -DNOASM -DHAVE_MKSTEMP '-DACCEPT_SIZE_T=size_t' \ - -DUNZIP_SUPPORT -DNO_OPEN_BUS -DSYNC_JOYPAD_AT_HBLANK + -DUNZIP_SUPPORT -DSYNC_JOYPAD_AT_HBLANK .PHONY: clean makedirs .SUFFIXES: .elf .dat .plg diff --git a/README.md b/README.md index 702a555..c261e85 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -CATSFC version 1.11, 2012-12-30 +CATSFC version 1.12, 2012-12-31 A Super Nintendo emulator for the Supercard DSTWO. diff --git a/source/nds/gui.c b/source/nds/gui.c index 8984b25..fce8c10 100644 --- a/source/nds/gui.c +++ b/source/nds/gui.c @@ -59,7 +59,7 @@ char *language_options[] = { (char *) &lang[0], (char *) &lang[1], (char *) &lan ******************************************************************************/ #define SUBMENU_ROW_NUM 6 -#define NDSSFC_VERSION "1.11" +#define NDSSFC_VERSION "1.12" #define SAVE_STATE_SLOT_NUM 10 -- cgit v1.2.3