Add some logs

This commit is contained in:
twinaphex 2018-07-23 00:10:35 +02:00
parent 6ae4350883
commit bea736865b

View File

@ -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)