diff options
| author | Windsurf7 <mountainlake951@gmail.com> | 2026-02-13 04:10:37 +0300 |
|---|---|---|
| committer | Windsurf7 <mountainlake951@gmail.com> | 2026-02-13 04:10:37 +0300 |
| commit | a0f514cf60d574a95041d7f58779899b0cf28588 (patch) | |
| tree | fb25cfe21e14f9d406534b5ed7d4c27769fecc38 | |
| parent | ea809459123a5327e6791fbe21f132a2b7ba286d (diff) | |
GameINI: Add codes to Sonic Storybook games
This PR provides 60 FPS code additions to Sonic and the Secret Rings & Sonic and the Black Knight.
All regions:
* Formatting fixes.
NTSC-U/PAL:
* Added 60 FPS code, coming from the Dolphin wiki.
* Followed my code naming convention for Sega games.
| -rw-r--r-- | Data/Sys/GameSettings/RENE8P.ini | 5 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/RSR.ini | 2 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/RSRE8P.ini | 5 |
3 files changed, 11 insertions, 1 deletions
diff --git a/Data/Sys/GameSettings/RENE8P.ini b/Data/Sys/GameSettings/RENE8P.ini new file mode 100644 index 0000000000..ac99386c37 --- /dev/null +++ b/Data/Sys/GameSettings/RENE8P.ini @@ -0,0 +1,5 @@ +# RENE8P - Sonic and the Black Knight + +[Gecko] +$60FPS [Nick Reynolds] +040887D8 3800003C diff --git a/Data/Sys/GameSettings/RSR.ini b/Data/Sys/GameSettings/RSR.ini index 41d42111b7..90b159671e 100644 --- a/Data/Sys/GameSettings/RSR.ini +++ b/Data/Sys/GameSettings/RSR.ini @@ -1,4 +1,4 @@ -# RSRP8P, RSRE8P, RSRJ8P - Sonic and the Secret Rings +# RSRE8P, RSRJ8P, RSRP8P - Sonic and the Secret Rings [Core] # Values set here will override the main Dolphin settings. diff --git a/Data/Sys/GameSettings/RSRE8P.ini b/Data/Sys/GameSettings/RSRE8P.ini new file mode 100644 index 0000000000..40c7b01725 --- /dev/null +++ b/Data/Sys/GameSettings/RSRE8P.ini @@ -0,0 +1,5 @@ +# RSRE8P - Sonic and the Secret Rings + +[Gecko] +$60FPS [Nick Reynolds] +040B6878 3800003C |
