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.
|
/// remap_duplicate_xjoybtnmenu(index)
|
|
if (global.opxjoybtn_menu1 == argument0) {
|
|
global.opxjoybtn_menu1 = get_control_xjoybtn(global.curropt);
|
|
} else if (global.opxjoybtn_menu2 == argument0) {
|
|
global.opxjoybtn_menu2 = get_control_xjoybtn(global.curropt);
|
|
}
|