diff options
author | Lioncash <mathew1800@gmail.com> | 2020-02-03 15:29:13 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-02-03 15:29:15 +0100 |
commit | c7678c3044165d9e15ae6a8e0d996f8b793f3c0f (patch) | |
tree | dfd9cc0b10283da66259842b584e920697d6196b /src/input_common | |
parent | input_common/udp: Add missing override specifiers (diff) | |
download | yuzu-c7678c3044165d9e15ae6a8e0d996f8b793f3c0f.tar yuzu-c7678c3044165d9e15ae6a8e0d996f8b793f3c0f.tar.gz yuzu-c7678c3044165d9e15ae6a8e0d996f8b793f3c0f.tar.bz2 yuzu-c7678c3044165d9e15ae6a8e0d996f8b793f3c0f.tar.lz yuzu-c7678c3044165d9e15ae6a8e0d996f8b793f3c0f.tar.xz yuzu-c7678c3044165d9e15ae6a8e0d996f8b793f3c0f.tar.zst yuzu-c7678c3044165d9e15ae6a8e0d996f8b793f3c0f.zip |
Diffstat (limited to 'src/input_common')
-rw-r--r-- | src/input_common/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input_common/main.cpp b/src/input_common/main.cpp index 9e028da89..c98c848cf 100644 --- a/src/input_common/main.cpp +++ b/src/input_common/main.cpp @@ -41,6 +41,7 @@ void Shutdown() { Input::UnregisterFactory<Input::MotionDevice>("motion_emu"); motion_emu.reset(); sdl.reset(); + udp.reset(); } Keyboard* GetKeyboard() { |