mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 02:15:45 +00:00
yuzu-cmd: Fix input callback crash on close
This commit is contained in:
parent
0e8043fc24
commit
23d7d8b9df
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