From 6794af6695b0b4a7062ee077433ef97e5d83104f Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Tue, 12 Feb 2013 00:06:39 -0500 Subject: Reimplement grouped multipart cheat codes on top of Snes9x's cheat data. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c5a8d38..3458e7a 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ C_SOURCES = source/unzip/explode.c source/unzip/unreduce.c \ source/unzip/unshrink.c source/unzip/unzip.c \ source/nds/bdf_font.c source/nds/bitmap.c \ source/nds/draw.c source/nds/ds2_main.c source/nds/gcheat.c \ - source/nds/gui.c source/nds/dma_adj.c + source/nds/gui.c source/nds/dma_adj.c source/nds/cheatgrp.c CPP_SOURCES = source/apu.cpp source/apudebug.cpp source/c4.cpp \ source/c4emu.cpp source/cheats2.cpp source/cheats.cpp \ source/clip.cpp source/cpu.cpp source/cpuexec.cpp \ -- cgit v1.2.3