diff options
| author | 2020-02-03 11:41:04 -0500 | |
|---|---|---|
| committer | 2020-02-03 11:41:04 -0500 | |
| commit | 2cd51fc9fd11cce6aeea44dc0158f6bfde5456ec (patch) | |
| tree | dfd9cc0b10283da66259842b584e920697d6196b /src/input_common/main.cpp | |
| parent | Merge pull request #3370 from ReinUsesLisp/node-shared-ptr (diff) | |
| parent | input_common/udp: Ensure that UDP is shut down within Shutdown() (diff) | |
| download | yuzu-2cd51fc9fd11cce6aeea44dc0158f6bfde5456ec.tar.gz yuzu-2cd51fc9fd11cce6aeea44dc0158f6bfde5456ec.tar.xz yuzu-2cd51fc9fd11cce6aeea44dc0158f6bfde5456ec.zip | |
Merge pull request #3374 from lioncash/udp
input_common/udp: Minor changes
Diffstat (limited to 'src/input_common/main.cpp')
| -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() { | |||
| 41 | Input::UnregisterFactory<Input::MotionDevice>("motion_emu"); | 41 | Input::UnregisterFactory<Input::MotionDevice>("motion_emu"); |
| 42 | motion_emu.reset(); | 42 | motion_emu.reset(); |
| 43 | sdl.reset(); | 43 | sdl.reset(); |
| 44 | udp.reset(); | ||
| 44 | } | 45 | } |
| 45 | 46 | ||
| 46 | Keyboard* GetKeyboard() { | 47 | Keyboard* GetKeyboard() { |