mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-24 12:15:08 +00:00
(PSP) disable forcing g_extern.verbosity to true on program entry to
speed up the startup process a bit (it disables dumping retroarch.cfg to stdout).
This commit is contained in:
parent
6f1ed97faf
commit
af9ad56268
@ -54,8 +54,6 @@ static void frontend_psp_get_environment_settings(int *argc, char *argv[],
|
||||
{
|
||||
(void)args;
|
||||
#ifndef IS_SALAMANDER
|
||||
g_extern.verbosity = true;
|
||||
|
||||
#if defined(HAVE_LOGGER)
|
||||
logger_init();
|
||||
#elif defined(HAVE_FILE_LOGGER)
|
||||
|
Loading…
x
Reference in New Issue
Block a user