Why is that among the patches? It has nothing to do with them. Moving to more related items.

This commit is contained in:
Alcaro 2015-06-30 23:06:07 +02:00
parent 84ef36ee3b
commit 09340c97c1

View File

@ -554,6 +554,7 @@ static void parse_input(int argc, char *argv[])
global->libretro_no_content = false;
global->core_type = CORE_TYPE_PLAIN;
*global->subsystem = '\0';
global->has_set_save_path = false;
global->has_set_state_path = false;
global->has_set_libretro = false;
@ -569,14 +570,12 @@ static void parse_input(int argc, char *argv[])
global->has_set_ups_pref = false;
global->has_set_bps_pref = false;
global->has_set_ips_pref = false;
global->ups_pref = false;
global->bps_pref = false;
global->ips_pref = false;
*global->ups_name = '\0';
*global->bps_name = '\0';
*global->ips_name = '\0';
*global->subsystem = '\0';
global->overrides_active = false;