mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Reset RARCH_PATH_CORE when we select 'Unload Core'
This commit is contained in:
parent
80ac9f511c
commit
b21b237cdb
1 changed files with 1 additions and 0 deletions
|
@ -1920,6 +1920,7 @@ bool command_event(enum event_command cmd, void *data)
|
|||
#ifdef HAVE_MENU
|
||||
menu_driver_ctl(RARCH_MENU_CTL_SYSTEM_INFO_DEINIT, NULL);
|
||||
#endif
|
||||
path_clear(RARCH_PATH_CORE);
|
||||
#else
|
||||
core_unload_game();
|
||||
core_unload();
|
||||
|
|
Loading…
Add table
Reference in a new issue