Cover edge case - if this would return false, this would not be

set to false, and as a result, Load Core would not show
This commit is contained in:
twinaphex 2019-08-24 08:15:57 +02:00
parent 5b04350376
commit 297f2b3050

View File

@ -3864,7 +3864,10 @@ static bool event_init_content(void)
path_fill_names();
if (!content_init())
{
runloop_core_running = false;
return false;
}
command_event_set_savestate_auto_index();