mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 12:57:52 +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
83f8090273
commit
c7678c3044
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ void Shutdown() {
|
|||
Input::UnregisterFactory<Input::MotionDevice>("motion_emu");
|
||||
motion_emu.reset();
|
||||
sdl.reset();
|
||||
udp.reset();
|
||||
}
|
||||
|
||||
Keyboard* GetKeyboard() {
|
||||
|
|
Loading…
Reference in a new issue