Skip to content

Commit

Permalink
Android: Remove game specific IR values
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
zackhow committed Mar 23, 2019
1 parent f6225e9 commit fd323e7
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 32 deletions.
6 changes: 0 additions & 6 deletions Data/Sys/GameSettings/RMC.ini
@@ -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.

Expand Down
6 changes: 0 additions & 6 deletions Data/Sys/GameSettings/RMG.ini
@@ -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.

Expand Down
5 changes: 0 additions & 5 deletions Data/Sys/GameSettings/ROD.ini
@@ -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.

Expand Down
5 changes: 0 additions & 5 deletions Data/Sys/GameSettings/RUU.ini
@@ -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.

Expand Down
5 changes: 0 additions & 5 deletions Data/Sys/GameSettings/RZD.ini
@@ -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.

Expand Down
5 changes: 0 additions & 5 deletions Data/Sys/GameSettings/SB4.ini
@@ -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.

Expand Down

0 comments on commit fd323e7

Please sign in to comment.