yuzu-cmd: Fix input callback crash on close
This commit is contained in:
parent
3ab8d9ac7c
commit
a67e776af9
3 changed files with 13 additions and 0 deletions
|
@ -145,6 +145,7 @@ void EmulatedDevices::UnloadInput() {
|
|||
for (auto& button : keyboard_modifier_devices) {
|
||||
button.reset();
|
||||
}
|
||||
ring_analog_device.reset();
|
||||
}
|
||||
|
||||
void EmulatedDevices::EnableConfiguration() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue