You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
528 B
18 lines
528 B
/// set_default_xjoypad()
|
|
global.opxjoyenable = 1;
|
|
global.opanalogwalk = 1;
|
|
global.opxjoydz = 20;
|
|
global.opxjoyvib = 1;
|
|
global.opxjoybtn_a = gp_face1;
|
|
global.opxjoybtn_b = gp_face3;
|
|
global.opxjoybtn_x = gp_shoulderrb;
|
|
global.opxjoybtn_l = gp_shoulderl;
|
|
global.opxjoybtn_l2 = gp_shoulderlb;
|
|
global.opxjoybtn_r = gp_face2;
|
|
global.opxjoybtn_r2 = gp_shoulderr;
|
|
global.opxjoybtn_sel = gp_face4;
|
|
global.opxjoybtn_str = gp_start;
|
|
global.opxjoybtn_exit = gp_stickr;
|
|
global.opxjoybtn_menu1 = gp_face1;
|
|
global.opxjoybtn_menu2 = gp_face2;
|