diff options
| author | Dentomologist <dentomologist@gmail.com> | 2026-07-12 17:20:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-12 17:20:45 -0700 |
| commit | b947a11380d02b30592c81ff78c49023e399f681 (patch) | |
| tree | a39044a902b3b2351d3fc57b74e86c86b52a5288 /Data | |
| parent | fc9fd6952a62c4fe48acc00333ce360cb47b57c7 (diff) | |
| parent | a0f514cf60d574a95041d7f58779899b0cf28588 (diff) | |
Merge pull request #14356 from Windsurf7/sonicstorybook-gameini
GameINI: Add codes to Sonic Storybook games
Diffstat (limited to 'Data')
| -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 0d2c5da880..451acdb45c 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] # Fixes detection of motion actions. 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 |
