mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-04-29 01:19:47 +02: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:
@@ -6,7 +6,7 @@ ifeq ($(HAVE_GRIFFIN), 1)
|
|||||||
SOURCES_C := $(CORE_DIR)/gpsp_griffin.c
|
SOURCES_C := $(CORE_DIR)/gpsp_griffin.c
|
||||||
else
|
else
|
||||||
SOURCES_C := $(CORE_DIR)/main.c \
|
SOURCES_C := $(CORE_DIR)/main.c \
|
||||||
$(CORE_DIR)/cpu.c \
|
$(CORE_DIR)/cpu_orig.c \
|
||||||
$(CORE_DIR)/gba_memory.c \
|
$(CORE_DIR)/gba_memory.c \
|
||||||
$(CORE_DIR)/video.c \
|
$(CORE_DIR)/video.c \
|
||||||
$(CORE_DIR)/input.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
Reference in New Issue
Block a user