Use cpu_orig.c in release builds for now - apparently grouping all
these case ranges made fps slower, not faster. Keep working on cpu.c to attain a smaller interpreter core so we can eventually make this a lot more efficient
This commit is contained in:
parent
72573712d3
commit
9fcd576a97
|
@ -6,7 +6,7 @@ ifeq ($(HAVE_GRIFFIN), 1)
|
|||
SOURCES_C := $(CORE_DIR)/gpsp_griffin.c
|
||||
else
|
||||
SOURCES_C := $(CORE_DIR)/main.c \
|
||||
$(CORE_DIR)/cpu.c \
|
||||
$(CORE_DIR)/cpu_orig.c \
|
||||
$(CORE_DIR)/gba_memory.c \
|
||||
$(CORE_DIR)/video.c \
|
||||
$(CORE_DIR)/input.c \
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue