set the option as false by default for the time being

This commit is contained in:
radius 2016-11-30 00:39:32 -05:00
parent 12b17a8319
commit 5cf668c302
2 changed files with 3 additions and 1 deletions

View File

@ -437,7 +437,7 @@ static const bool load_dummy_on_core_shutdown = false;
#else #else
static const bool load_dummy_on_core_shutdown = true; static const bool load_dummy_on_core_shutdown = true;
#endif #endif
static const bool check_firmware_before_loading = true; static const bool check_firmware_before_loading = false;
/* Forcibly disable composition. /* Forcibly disable composition.
* Only valid on Windows Vista/7/8 for now. */ * Only valid on Windows Vista/7/8 for now. */
static const bool disable_composition = false; static const bool disable_composition = false;

View File

@ -1221,6 +1221,8 @@ bool task_push_content_load_default(
default: default:
break; break;
} }
RARCH_LOG("MODE: %d\n", mode);
/* Load content */ /* Load content */
switch (mode) switch (mode)
{ {