Merge pull request #9891 from JMC47/jettsonic
Fix Motion Detection in Sonic and the Secret Rings and Jett Rocket
This commit is contained in:
commit
fd7c4b2c00
|
@ -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.
|
|
@ -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.
|
|
@ -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.
|
|
@ -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.
|
Loading…
Reference in New Issue