mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-17 13:12:40 +00:00
Frontends: Shutdown core when emulation is stopped
This commit is contained in:
@@ -51,6 +51,8 @@ int __cdecl main(int argc, char **argv) {
|
||||
Core::RunLoop();
|
||||
}
|
||||
|
||||
System::Shutdown();
|
||||
|
||||
delete emu_window;
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user