mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 18:07:57 -05:00
Frontends: Shutdown core when emulation is stopped
This commit is contained in:
@ -13,6 +13,7 @@
|
||||
|
||||
#include "core/core.h"
|
||||
#include "core/settings.h"
|
||||
#include "core/system.h"
|
||||
|
||||
#include "video_core/debug_utils/debug_utils.h"
|
||||
|
||||
@ -89,6 +90,8 @@ void EmuThread::Stop()
|
||||
}
|
||||
}
|
||||
LOG_INFO(Frontend, "EmuThread stopped");
|
||||
|
||||
System::Shutdown();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user