From a194b850037c03f5fb3ac1ecc9f7a99f73b84104 Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Sat, 22 Dec 2012 22:16:55 -0500 Subject: Preliminary Snes9x-based cheat code support. Not tested, because the file selection interface freezes when it gets to the folder containing Mightymo's cheat files, whereas it did not do this before with the converted Mightymo cheats. (335 files -> 679, though.) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 605d727..34a0148 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ CPP_SOURCES = source/apu.cpp source/apudebug.cpp source/c4.cpp \ source/soundux.cpp \ source/spc700.cpp source/spc7110.cpp \ source/srtc.cpp \ - source/tile.cpp source/nds/cheats3.cpp \ + source/tile.cpp \ source/nds/displaymodes.cpp source/nds/entry.cpp SOURCES = $(C_SOURCES) $(CPP_SOURCES) C_OBJECTS = $(C_SOURCES:.c=.o) -- cgit v1.2.3