mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
Fixed linux compatibility, it seems that xpm files load fast under linux...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@96 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
53ba40fd7f
commit
237168cc5f
@ -2,7 +2,7 @@
|
||||
l_shoulder = 4
|
||||
r_shoulder = 5
|
||||
a_button = 0
|
||||
b_button = 1
|
||||
b_button = 0
|
||||
x_button = 3
|
||||
y_button = 2
|
||||
z_trigger = 7
|
||||
@ -25,7 +25,7 @@ controllertype = 0
|
||||
l_shoulder = 4
|
||||
r_shoulder = 5
|
||||
a_button = 0
|
||||
b_button = 1
|
||||
b_button = 0
|
||||
x_button = 3
|
||||
y_button = 2
|
||||
z_trigger = 7
|
||||
@ -39,7 +39,7 @@ main_x = 0
|
||||
main_y = 1
|
||||
sub_x = 2
|
||||
sub_y = 3
|
||||
enabled = 0
|
||||
enabled = 1
|
||||
deadzone = 9
|
||||
halfpress = 6
|
||||
joy_id = 0
|
||||
@ -48,7 +48,7 @@ controllertype = 0
|
||||
l_shoulder = 4
|
||||
r_shoulder = 5
|
||||
a_button = 0
|
||||
b_button = 1
|
||||
b_button = 0
|
||||
x_button = 3
|
||||
y_button = 2
|
||||
z_trigger = 7
|
||||
@ -62,7 +62,7 @@ main_x = 0
|
||||
main_y = 1
|
||||
sub_x = 2
|
||||
sub_y = 3
|
||||
enabled = 0
|
||||
enabled = 1
|
||||
deadzone = 9
|
||||
halfpress = 6
|
||||
joy_id = 0
|
||||
@ -71,7 +71,7 @@ controllertype = 0
|
||||
l_shoulder = 4
|
||||
r_shoulder = 5
|
||||
a_button = 0
|
||||
b_button = 1
|
||||
b_button = 0
|
||||
x_button = 3
|
||||
y_button = 2
|
||||
z_trigger = 7
|
||||
@ -85,7 +85,7 @@ main_x = 0
|
||||
main_y = 1
|
||||
sub_x = 2
|
||||
sub_y = 3
|
||||
enabled = 0
|
||||
enabled = 1
|
||||
deadzone = 9
|
||||
halfpress = 6
|
||||
joy_id = 0
|
||||
|
Loading…
Reference in New Issue
Block a user