mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-01-03 04:58:50 +01:00
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 \
|
||||
|
||||
4090
cpu_orig.c
Normal file
4090
cpu_orig.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user