yuzu-cmd: Fix input callback crash on close

This commit is contained in:
german77 2022-11-26 09:28:04 -06:00
parent 0e8043fc24
commit 23d7d8b9df
3 changed files with 13 additions and 0 deletions

View file

@ -145,6 +145,7 @@ void EmulatedDevices::UnloadInput() {
for (auto& button : keyboard_modifier_devices) {
button.reset();
}
ring_analog_device.reset();
}
void EmulatedDevices::EnableConfiguration() {