diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2019-01-05 07:09:11 -0600 |
|---|---|---|
| committer | Jordan Woyak <jordan.woyak@gmail.com> | 2019-02-02 19:40:31 -0600 |
| commit | 9c1a8891e5e33955781b1f07abd290742644586d (patch) | |
| tree | 228e2556647f4e12ca6cc546ac7fe28688c4deef /Source/Core/InputCommon/ControllerEmu/ControlGroup | |
| parent | 3945aa624203c2e82160ef7fd045ab74fa47ca95 (diff) | |
WiimoteEmu: Code cleanups.
Diffstat (limited to 'Source/Core/InputCommon/ControllerEmu/ControlGroup')
| -rw-r--r-- | Source/Core/InputCommon/ControllerEmu/ControlGroup/Attachments.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerEmu/ControlGroup/Attachments.h b/Source/Core/InputCommon/ControllerEmu/ControlGroup/Attachments.h index 746bc523ab..81e76eccfe 100644 --- a/Source/Core/InputCommon/ControllerEmu/ControlGroup/Attachments.h +++ b/Source/Core/InputCommon/ControllerEmu/ControlGroup/Attachments.h @@ -32,6 +32,6 @@ public: private: std::vector<std::unique_ptr<EmulatedController>> m_attachments; - std::atomic<u32> m_selected_attachment; + std::atomic<u32> m_selected_attachment = {}; }; } // namespace ControllerEmu |
