mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-09 05:34:53 +00:00
Merge pull request #10681 from JMC47/orderupini
INI: add RealWiiRemoteRepeatReports False to Order Up!
This commit is contained in:
commit
ffe0bcbb84
1 changed files with 14 additions and 0 deletions
14
Data/Sys/GameSettings/ROX.ini
Normal file
14
Data/Sys/GameSettings/ROX.ini
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# ROXP7J, ROXX7J, ROXE20 - Order Up!
|
||||||
|
|
||||||
|
[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…
Add table
Reference in a new issue