Fixed indentation in options
This commit is contained in:
parent
eb0725463d
commit
85e995a180
1 changed files with 8 additions and 8 deletions
|
@ -55,19 +55,19 @@ struct uae_input_device {
|
|||
|
||||
struct joypad_map_layout {
|
||||
int south_action = 0;
|
||||
int east_action = 0;
|
||||
int east_action = 0;
|
||||
int west_action = 0;
|
||||
int north_action = 0;
|
||||
int left_shoulder_action = 0;
|
||||
int north_action = 0;
|
||||
int left_shoulder_action = 0;
|
||||
int right_shoulder_action = 0;
|
||||
int start_action = 0;
|
||||
int select_action = 0;
|
||||
int dpad_left_action = 0;
|
||||
int start_action = 0;
|
||||
int select_action = 0;
|
||||
int dpad_left_action = 0;
|
||||
int dpad_right_action = 0;
|
||||
int dpad_up_action = 0;
|
||||
int dpad_down_action = 0;
|
||||
int lstick_select_action = 0;
|
||||
int rstick_select_action = 0;
|
||||
int lstick_select_action = 0;
|
||||
int rstick_select_action = 0;
|
||||
};
|
||||
|
||||
#define MAX_JPORTS 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue