From 99632f66e74fc57c463072be312d634aeb67bc61 Mon Sep 17 00:00:00 2001 From: neonloop Date: Wed, 4 Aug 2021 15:09:12 +0000 Subject: Initial commit --- patches/snes9x2002/0002-core-options.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 patches/snes9x2002/0002-core-options.patch (limited to 'patches/snes9x2002/0002-core-options.patch') 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 }, + }; + -- cgit v1.2.3