mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 22:45:45 +00:00
input_common/udp: Ensure that UDP is shut down within Shutdown()
Previously the UDP backend would never actually get shut down.
This commit is contained in:
parent
f693c966a0
commit
ba28438e61
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ void Shutdown() {
|
||||||
Input::UnregisterFactory<Input::MotionDevice>("motion_emu");
|
Input::UnregisterFactory<Input::MotionDevice>("motion_emu");
|
||||||
motion_emu.reset();
|
motion_emu.reset();
|
||||||
sdl.reset();
|
sdl.reset();
|
||||||
|
udp.reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
Keyboard* GetKeyboard() {
|
Keyboard* GetKeyboard() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue