From 89e63225bb059560787ae67444c2cc1fd2a38a66 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Sun, 2 Nov 2014 07:59:49 +0100 Subject: disable cheats. --- source/cpu.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'source/cpu.c') diff --git a/source/cpu.c b/source/cpu.c index 1109a4e..be74003 100644 --- a/source/cpu.c +++ b/source/cpu.c @@ -185,11 +185,13 @@ void S9xReset(void) S9xSA1Init(); if (Settings.C4) S9xInitC4(); + +#ifdef WANT_CHEATS S9xInitCheatData(); +#endif + if (Settings.OBC1) ResetOBC1(); - - // Settings.Paused = FALSE; } void S9xSoftReset(void) { @@ -216,8 +218,10 @@ void S9xSoftReset(void) S9xSA1Init(); if (Settings.C4) S9xInitC4(); + +#ifdef WANT_CHEATS S9xInitCheatData(); +#endif - // Settings.Paused = FALSE; } -- cgit v1.2.3