aboutsummaryrefslogtreecommitdiff
path: root/patches/snes9x2002/0002-core-options.patch
diff options
context:
space:
mode:
authorneonloop2021-08-04 15:09:12 +0000
committerneonloop2021-08-04 15:09:12 +0000
commit99632f66e74fc57c463072be312d634aeb67bc61 (patch)
treee4ccaf52b93d04c69865d82556e2ce4cd3a6c599 /patches/snes9x2002/0002-core-options.patch
downloadpicoarch-99632f66e74fc57c463072be312d634aeb67bc61.tar.gz
picoarch-99632f66e74fc57c463072be312d634aeb67bc61.tar.bz2
picoarch-99632f66e74fc57c463072be312d634aeb67bc61.zip
Initial commit
Diffstat (limited to 'patches/snes9x2002/0002-core-options.patch')
-rw-r--r--patches/snes9x2002/0002-core-options.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/snes9x2002/0002-core-options.patch b/patches/snes9x2002/0002-core-options.patch
new file mode 100644
index 0000000..a908343
--- /dev/null
+++ b/patches/snes9x2002/0002-core-options.patch
@@ -0,0 +1,13 @@
+diff --git a/libretro/libretro.c b/libretro/libretro.c
+index 81ce4aa..bc64376 100644
+--- a/libretro/libretro.c
++++ b/libretro/libretro.c
+@@ -339,7 +339,7 @@ void retro_init (void)
+ {
+ static const struct retro_variable vars[] =
+ {
+- { "snes9x2002_overclock_cycles", "Reduce Slowdown (Hack, Unsafe, Restart); disabled|compatible|max" },
++ { "snes9x2002_overclock_cycles", "Overclock (Restart); disabled|compatible|max" },
+ { NULL, NULL },
+ };
+