Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Motion Detection in Sonic and the Secret Rings and Jett Rocket #9891

Merged
merged 1 commit into from Jul 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.