diff options
author | neonloop | 2021-08-15 22:06:22 +0000 |
---|---|---|
committer | neonloop | 2021-08-15 22:06:22 +0000 |
commit | ac7b0281105d2b19ff96f68293416ee1e964fefe (patch) | |
tree | 626b6c543c8b2126519bcb5477156958a5ff4cd3 /patches/snes9x2002 | |
parent | 549c48b2b327762e87e327a1ba0221810dcac5ab (diff) | |
download | picoarch-ac7b0281105d2b19ff96f68293416ee1e964fefe.tar.gz picoarch-ac7b0281105d2b19ff96f68293416ee1e964fefe.tar.bz2 picoarch-ac7b0281105d2b19ff96f68293416ee1e964fefe.zip |
Moves core option changes into picoarch
Keeps cores cleaner and avoids conflicts
Diffstat (limited to 'patches/snes9x2002')
-rw-r--r-- | patches/snes9x2002/1001-core-options.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/patches/snes9x2002/1001-core-options.patch b/patches/snes9x2002/1001-core-options.patch deleted file mode 100644 index c97185b..0000000 --- a/patches/snes9x2002/1001-core-options.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/libretro/libretro.c b/libretro/libretro.c -index 3c24e8f..b09354a 100644 ---- a/libretro/libretro.c -+++ b/libretro/libretro.c -@@ -406,9 +406,9 @@ void retro_init (void) - static const struct retro_variable vars[] = - { - { "snes9x2002_frameskip", "Frameskip ; disabled|auto|threshold" }, -- { "snes9x2002_frameskip_threshold", "Frameskip Threshold (%); 30|40|50|60" }, -- { "snes9x2002_frameskip_interval", "Frameskip Interval; 1|2|3|4|5|6|7|8|9" }, -- { "snes9x2002_overclock_cycles", "Reduce Slowdown (Hack, Unsafe, Restart); disabled|compatible|max" }, -+ { "snes9x2002_frameskip_threshold", "FS Threshold (%); 30|40|50|60" }, -+ { "snes9x2002_frameskip_interval", "FS Interval; 1|2|3|4|5|6|7|8|9" }, -+ { "snes9x2002_overclock_cycles", "Overclock (Restart); disabled|compatible|max" }, - { NULL, NULL }, - }; - |