Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #9891 from JMC47/jettsonic
Fix Motion Detection in Sonic and the Secret Rings and Jett Rocket
  • Loading branch information
JosJuice committed Jul 13, 2021
2 parents b0d2df7 + b944ffc commit fd7c4b2
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Data/Sys/GameSettings/DSR.ini
@@ -0,0 +1,14 @@
# DSRJ8P - Sonic and the Secret Rings

[Core]
# Values set here will override the main Dolphin settings.
RealWiiRemoteRepeatReports = False

[OnLoad]
# Add memory patches to be loaded once on boot here.

[OnFrame]
# Add memory patches to be applied every frame here.

[ActionReplay]
# Add action replay cheats here.
14 changes: 14 additions & 0 deletions Data/Sys/GameSettings/RSR.ini
@@ -0,0 +1,14 @@
# RSRP8P, RSRE8P, RSRJ8P - Sonic and the Secret Rings

[Core]
# Values set here will override the main Dolphin settings.
RealWiiRemoteRepeatReports = False

[OnLoad]
# Add memory patches to be loaded once on boot here.

[OnFrame]
# Add memory patches to be applied every frame here.

[ActionReplay]
# Add action replay cheats here.
14 changes: 14 additions & 0 deletions Data/Sys/GameSettings/WJE.ini
@@ -0,0 +1,14 @@
# WJEPJX, WJEEJX - Jett Rocket

[Core]
# Values set here will override the main Dolphin settings.
RealWiiRemoteRepeatReports = False

[OnLoad]
# Add memory patches to be loaded once on boot here.

[OnFrame]
# Add memory patches to be applied every frame here.

[ActionReplay]
# Add action replay cheats here.
14 changes: 14 additions & 0 deletions Data/Sys/GameSettings/XHL.ini
@@ -0,0 +1,14 @@
# XHLPJX, XHLEJX - Jett Rocket

[Core]
# Values set here will override the main Dolphin settings.
RealWiiRemoteRepeatReports = False

[OnLoad]
# Add memory patches to be loaded once on boot here.

[OnFrame]
# Add memory patches to be applied every frame here.

[ActionReplay]
# Add action replay cheats here.

0 comments on commit fd7c4b2

Please sign in to comment.