mirror of
https://github.com/libretro/RetroArch
synced 2025-02-24 18:39:59 +00:00
Cleanups
This commit is contained in:
parent
e04e8948f5
commit
c82693037f
@ -21548,7 +21548,7 @@ bool retroarch_main_init(int argc, char *argv[])
|
||||
}
|
||||
|
||||
#if defined(DEBUG) && defined(HAVE_DRMINGW)
|
||||
RARCH_LOG("Initializing Dr.MingW Exception handler\n");
|
||||
RARCH_LOG_OUTPUT("Initializing Dr.MingW Exception handler\n");
|
||||
fill_str_dated_filename(log_file_name, "crash",
|
||||
"log", sizeof(log_file_name));
|
||||
ExcHndlInit();
|
||||
|
@ -200,18 +200,6 @@ static int input_autoconfigure_joypad_try_from_conf(config_file_t *conf,
|
||||
&& !string_is_empty(ident)
|
||||
&& string_is_equal(ident, params->name))
|
||||
score += 2;
|
||||
#if 0
|
||||
else
|
||||
{
|
||||
if (string_is_empty(params->name))
|
||||
RARCH_LOG("[Autoconf]: failed match because params->name was empty\n");
|
||||
else if (string_is_empty(ident))
|
||||
RARCH_LOG("[Autoconf]: failed match because ident was empty\n");
|
||||
else
|
||||
RARCH_LOG("[Autoconf]: failed match because ident '%s' != param->name '%s'\n",
|
||||
ident, params->name);
|
||||
}
|
||||
#endif
|
||||
|
||||
return score;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user