Android: Remove game specific IR values
Most games map fine with the default values and I have yet to read a single complaint on mapping the touch pointer. Going to just leave it up to the users to setup mapping if the defaults are not correct.
This commit is contained in:
parent
f6225e9694
commit
fd323e7d4c
|
@ -1,10 +1,4 @@
|
|||
# RMCE01, RMCJ01, RMCK01, RMCP01 - Mario Kart Wii
|
||||
|
||||
[Controls]
|
||||
IRHeight = 50
|
||||
IRWidth = 30
|
||||
IRCenter = 50
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
# RMGE01, RMGJ01, RMGK01, RMGP01 - SUPER MARIO GALAXY
|
||||
|
||||
[Controls]
|
||||
IRHeight = 50
|
||||
IRWidth = 30
|
||||
IRCenter = 50
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
# RODE01, RODJ01, RODK01, RODP01 - WarioWare: Smooth Moves
|
||||
[Controls]
|
||||
IRHeight = 71
|
||||
IRWidth = 64
|
||||
IRCenter = 99
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
# RUUE01, RUUJ01, RUUK01, RUUP01 - Animal Crossing Wii
|
||||
[Controls]
|
||||
IRHeight = 50
|
||||
IRWidth = 30
|
||||
IRCenter = 50
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
# RZDE01, RZDJ01, RZDK01, RZDP01 - The Legend of Zelda: Twilight Princess [Wii]
|
||||
[Controls]
|
||||
IRHeight = 39
|
||||
IRWidth = 37
|
||||
IRCenter = 91
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
# SB4E01, SB4J01, SB4P01 - Super Mario Galaxy 2
|
||||
[Controls]
|
||||
IRHeight = 50
|
||||
IRWidth = 30
|
||||
IRCenter = 50
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
|
||||
|
|
Loading…
Reference in New Issue