(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:
aliaspider 2015-02-25 13:36:32 +01:00
parent 6f1ed97faf
commit af9ad56268

View File

@ -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)