mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 00:40:09 +00:00
This should unbreak a bunch of consoles.
This commit is contained in:
parent
2b9e5539fb
commit
611bcec28c
@ -563,7 +563,11 @@ static void parse_input(int argc, char *argv[])
|
||||
};
|
||||
|
||||
global->inited.core.no_content = false;
|
||||
#ifdef HAVE_DYNAMIC
|
||||
global->inited.core.type = CORE_TYPE_DUMMY;
|
||||
#else
|
||||
global->inited.core.type = CORE_TYPE_PLAIN;
|
||||
#endif
|
||||
*global->subsystem = '\0';
|
||||
global->has_set.save_path = false;
|
||||
global->has_set.state_path = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user