mirror of
https://github.com/libretro/RetroArch
synced 2025-02-24 09:40:07 +00:00
Fix this
This commit is contained in:
parent
154319ba3d
commit
b86a9db553
@ -1241,7 +1241,7 @@ static void retroarch_print_help(const char *arg0)
|
|||||||
**/
|
**/
|
||||||
static void retroarch_parse_input_and_config(int argc, char *argv[])
|
static void retroarch_parse_input_and_config(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
static bool first_run = false;
|
static bool first_run = true;
|
||||||
const char *optstring = NULL;
|
const char *optstring = NULL;
|
||||||
bool explicit_menu = false;
|
bool explicit_menu = false;
|
||||||
unsigned i;
|
unsigned i;
|
||||||
@ -1306,7 +1306,7 @@ static void retroarch_parse_input_and_config(int argc, char *argv[])
|
|||||||
string_trim_whitespace_left(launch_arguments);
|
string_trim_whitespace_left(launch_arguments);
|
||||||
string_trim_whitespace_right(launch_arguments);
|
string_trim_whitespace_right(launch_arguments);
|
||||||
|
|
||||||
first_run = true;
|
first_run = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Handling the core type is finicky. Based on the arguments we pass in,
|
/* Handling the core type is finicky. Based on the arguments we pass in,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user