-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathfba2x.cfg.template
111 lines (108 loc) · 1.23 KB
/
fba2x.cfg.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
[Keyboard]
# Get codes from /usr/include/SDL/SDL_keysym.h
A_1=306
B_1=32
X_1=308
Y_1=304
L_1=122
R_1=120
START_1=13
SELECT_1=9
LEFT_1=276
RIGHT_1=275
UP_1=273
DOWN_1=274
QUIT=27
#player 2 keyboard controls, disabled by default
A_2=999
B_2=999
X_2=999
Y_2=999
L_2=999
R_2=999
START_2=999
SELECT_2=999
LEFT_2=999
RIGHT_2=999
UP_2=999
DOWN_2=999
[Joystick]
# Get codes from "jstest /dev/input/js0"
# from package "joystick"
HOTKEY=16
QUIT=0
SDLID_1=-1
A_1=15
B_1=14
X_1=12
Y_1=13
L_1=10
R_1=11
START_1=3
SELECT_1=0
LEFT_1=7
RIGHT_1=5
UP_1=4
DOWN_1=6
#Joystick axis
JA_LR_1=0
JA_UD_1=1
#player 2 button configuration
SDLID_2=-1
A_2=15
B_2=14
X_2=12
Y_2=13
L_2=10
R_2=11
START_2=3
SELECT_2=0
LEFT_2=7
RIGHT_2=5
UP_2=4
DOWN_2=6
#Joystick axis
JA_LR_2=0
JA_UD_2=1
#player 3 button configuration
SDLID_3=-1
A_3=15
B_3=14
X_3=12
Y_3=13
L_3=10
R_3=11
START_3=3
SELECT_3=0
LEFT_3=7
RIGHT_3=5
UP_3=4
DOWN_3=6
#Joystick axis
JA_LR_3=0
JA_UD_3=1
#player 4 button configuration
SDLID_4=-1
A_4=15
B_4=14
X_4=12
Y_4=13
L_4=10
R_4=11
START_4=3
SELECT_4=0
LEFT_4=7
RIGHT_4=5
UP_4=4
DOWN_4=6
#Joystick axis
JA_LR_4=0
JA_UD_4=1
[Graphics]
DisplaySmoothStretch=1
# Display Effect: 0 none, 1 scanlines
DisplayEffect=0
DisplayBorder=0
MaintainAspectRatio=1
RotateScreen=0
[Sound]