mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
set the option as false by default for the time being
This commit is contained in:
parent
12b17a8319
commit
5cf668c302
@ -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;
|
||||||
|
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user