Skip to content

Commit

Permalink
PKG: optimize libretro-dinothawr patch (#154)
Browse files Browse the repository at this point in the history
disable "Time counter by FPS"
  • Loading branch information
Apaczer authored Feb 28, 2025
1 parent 982f6ee commit f99d49d
Showing 1 changed file with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
From 092f320fd69b410a475d1bb8ea941db11ffe9224 Mon Sep 17 00:00:00 2001
From: Apaczer <[email protected]>
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

0 comments on commit f99d49d

Please sign in to comment.