mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +00:00
Add some logs
This commit is contained in:
parent
6ae4350883
commit
bea736865b
@ -1051,8 +1051,11 @@ static void command_event_deinit_core(bool reinit)
|
|||||||
cheevos_unload();
|
cheevos_unload();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
RARCH_LOG("Unloading game..\n");
|
||||||
core_unload_game();
|
core_unload_game();
|
||||||
|
RARCH_LOG("Unloading core..\n");
|
||||||
core_unload();
|
core_unload();
|
||||||
|
RARCH_LOG("Unloading core symbols..\n");
|
||||||
core_uninit_symbols();
|
core_uninit_symbols();
|
||||||
|
|
||||||
if (reinit)
|
if (reinit)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user