mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-09 11:52:33 -07:00
Merge PR 12142
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user