aboutsummaryrefslogtreecommitdiff
path: root/libretro.c
diff options
context:
space:
mode:
authortwinaphex2014-12-20 07:59:41 +0100
committertwinaphex2014-12-20 07:59:41 +0100
commit9929bc0bd8591e955bd3a7ed1df29250e843b61a (patch)
tree92db11c0775fff2e0a85c103fef5604f53262513 /libretro.c
parentd3aacd7b6a3bd2d16ea61408996a518f326b9286 (diff)
downloadsnesemu-9929bc0bd8591e955bd3a7ed1df29250e843b61a.tar.gz
snesemu-9929bc0bd8591e955bd3a7ed1df29250e843b61a.tar.bz2
snesemu-9929bc0bd8591e955bd3a7ed1df29250e843b61a.zip
LOAD_FROM_MEMORY_TEST - enable it for every target but PSP
Diffstat (limited to 'libretro.c')
-rw-r--r--libretro.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libretro.c b/libretro.c
index 1f1a3aa..9f3cb0d 100644
--- a/libretro.c
+++ b/libretro.c
@@ -275,9 +275,8 @@ void init_sfc_setting(void)
Settings.ThreadSound = false;
#ifdef USE_BLARGG_APU
Settings.SoundSync = false;
-#else
- Settings.ApplyCheats = true;
#endif
+ Settings.ApplyCheats = true;
Settings.StretchScreenshots = 1;
Settings.HBlankStart = (256 * Settings.H_Max) / SNES_HCOUNTER_MAX;