aboutsummaryrefslogtreecommitdiff
path: root/libretro.c
diff options
context:
space:
mode:
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;