mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-26 13:25:28 +00:00
Only call rarch_main_deinit if main has been initied.
This commit is contained in:
parent
998aac0765
commit
81fc0f621a
@ -295,7 +295,8 @@ void main_exit(args_type() args)
|
||||
}
|
||||
#endif
|
||||
|
||||
rarch_main_deinit();
|
||||
if (g_extern.main_is_init)
|
||||
rarch_main_deinit();
|
||||
rarch_deinit_msg_queue();
|
||||
global_uninit_drivers();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user