aboutsummaryrefslogtreecommitdiff
path: root/source/gfx.c
diff options
context:
space:
mode:
authoraliaspider2014-11-02 07:59:49 +0100
committeraliaspider2014-11-02 07:59:49 +0100
commit89e63225bb059560787ae67444c2cc1fd2a38a66 (patch)
tree6d757a7631c32e381521670df6be73f528a6c125 /source/gfx.c
parent79a0fe978c6eece18d2e05320d6c86de584dbb48 (diff)
downloadsnesemu-89e63225bb059560787ae67444c2cc1fd2a38a66.tar.gz
snesemu-89e63225bb059560787ae67444c2cc1fd2a38a66.tar.bz2
snesemu-89e63225bb059560787ae67444c2cc1fd2a38a66.zip
disable cheats.
Diffstat (limited to 'source/gfx.c')
-rw-r--r--source/gfx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/gfx.c b/source/gfx.c
index db89ec2..5e8d350 100644
--- a/source/gfx.c
+++ b/source/gfx.c
@@ -712,7 +712,9 @@ void S9xEndScreenRefresh()
GFX.PPL = GFX.PPLx2 >> 1;
}
+#ifdef WANT_CHEATS
S9xApplyCheats();
+#endif
if (CPU.SRAMModified)
{