Just a failed experiment

This commit is contained in:
meepingsnesroms
2018-12-29 11:13:06 -08:00
parent abb2e6526b
commit 3e0fdfa53d
11 changed files with 45528 additions and 30 deletions

View File

@@ -7,6 +7,7 @@ INCFLAGS := -I$(LIBRETRO_COMM_DIR)/include
ifeq ($(DEBUG), 1)
COREDEFINES += -DEMU_DEBUG -DEMU_SANDBOX
else
EMU_FAST_CPU = 1
COREDEFINES += -DEMU_NO_SAFETY
endif