-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PKG: optimize
libretro-dinothawr
patch (#154)
disable "Time counter by FPS"
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
package/miyoo/retroarch/libretro-dinothawr/0001-LIBRETRO-disable-dino_timer-with-fps.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|