mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-03 18:22:42 +00:00
Change ifndef HAVE_DYNAMIC to ifdef HAVE_DYNAMIC
This commit is contained in:
parent
6ccf67057b
commit
a09601cbfa
@ -1990,11 +1990,11 @@ bool command_event(enum event_command cmd, void *data)
|
||||
CONTENT_MODE_LOAD_NOTHING_WITH_DUMMY_CORE,
|
||||
NULL, NULL))
|
||||
return false;
|
||||
#ifndef HAVE_DYNAMIC
|
||||
#ifdef HAVE_DYNAMIC
|
||||
command_event(CMD_EVENT_LOAD_CORE_DEINIT, NULL);
|
||||
#else
|
||||
core_unload_game();
|
||||
core_unload();
|
||||
#else
|
||||
command_event(CMD_EVENT_LOAD_CORE_DEINIT, NULL);
|
||||
#endif
|
||||
break;
|
||||
case CMD_EVENT_QUIT_CONFIRM:
|
||||
|
Loading…
x
Reference in New Issue
Block a user