Add chetSystem to compilation and fix compilation.

This commit is contained in:
riccardom 2009-01-15 20:59:37 +00:00
parent 3b32a1cb4e
commit daa2d26ff6
2 changed files with 4 additions and 2 deletions

View File

@ -46,7 +46,8 @@ libdesmume_a_SOURCES = \
utils/decrypt/decrypt.h utils/decrypt/header.cpp utils/decrypt/header.h \
addons.c addons.h \
addons/compactFlash.cpp addons/gbagame.cpp addons/none.cpp addons/rumblepak.cpp \
mic.cpp mic.h
mic.cpp mic.h \
cheatSystem.cpp cheatSystem.h
if HAVE_GDB_STUB
libdesmume_a_SOURCES += gdbstub.h
endif

View File

@ -22,6 +22,7 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <string.h>
#include "cheatSystem.h"
#include "mem.h"
#include "MMU.h"
@ -560,4 +561,4 @@ void cheatSearchGetListReset()
{
searchLastRecord = 0;
searchLastRecordProc = 0;
}
}