mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-09-08 07:46:53 +00:00
Merge PR 12142
This commit is contained in:
parent
24b2842914
commit
8d65fb6c74
|
@ -316,8 +316,10 @@ void EmulationSession::ShutdownEmulation() {
|
||||||
|
|
||||||
m_is_running = false;
|
m_is_running = false;
|
||||||
|
|
||||||
// Unload user input.
|
SCOPE_EXIT({
|
||||||
m_system.HIDCore().UnloadInputDevices();
|
// Unload user input.
|
||||||
|
m_system.HIDCore().UnloadInputDevices();
|
||||||
|
});
|
||||||
|
|
||||||
// Shutdown the main emulated process
|
// Shutdown the main emulated process
|
||||||
if (m_load_result == Core::SystemResultStatus::Success) {
|
if (m_load_result == Core::SystemResultStatus::Success) {
|
||||||
|
|
Loading…
Reference in a new issue