From f99d49da13ba9d5ca269347c0570d12bd63122df Mon Sep 17 00:00:00 2001 From: Apaczer <94932128+Apaczer@users.noreply.github.com> Date: Fri, 28 Feb 2025 22:03:25 +0100 Subject: [PATCH] PKG: optimize `libretro-dinothawr` patch (#154) disable "Time counter by FPS" --- ...LIBRETRO-disable-dino_timer-with-fps.patch | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 package/miyoo/retroarch/libretro-dinothawr/0001-LIBRETRO-disable-dino_timer-with-fps.patch diff --git a/package/miyoo/retroarch/libretro-dinothawr/0001-LIBRETRO-disable-dino_timer-with-fps.patch b/package/miyoo/retroarch/libretro-dinothawr/0001-LIBRETRO-disable-dino_timer-with-fps.patch new file mode 100644 index 00000000..e8b39f4f --- /dev/null +++ b/package/miyoo/retroarch/libretro-dinothawr/0001-LIBRETRO-disable-dino_timer-with-fps.patch @@ -0,0 +1,26 @@ +From 092f320fd69b410a475d1bb8ea941db11ffe9224 Mon Sep 17 00:00:00 2001 +From: Apaczer <94932128+Apaczer@users.noreply.github.com> +Date: Fri, 21 Feb 2025 16:30:20 +0100 +Subject: [PATCH] LIBRETRO: disable `dino_timer` with fps + + optimize for miyoo +--- + libretro_core_options.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/libretro_core_options.h b/libretro_core_options.h +index d984394..2a2be0b 100644 +--- a/libretro_core_options.h ++++ b/libretro_core_options.h +@@ -36,7 +36,7 @@ struct retro_core_option_definition option_defs_us[] = { + { "disabled", NULL }, + { NULL, NULL}, + }, +- "enabled", ++ "disabled", + }, + { NULL, NULL, NULL, { NULL, NULL }, NULL }, + }; +-- +2.45.2.windows.1 +