Frontends: Shutdown core when emulation is stopped

This commit is contained in:
Yuri Kunde Schlesner 2015-01-04 01:04:17 -02:00
parent d66d1707cf
commit cdde76f2aa
2 changed files with 5 additions and 0 deletions

View file

@ -51,6 +51,8 @@ int __cdecl main(int argc, char **argv) {
Core::RunLoop();
}
System::Shutdown();
delete emu_window;
return 0;