mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-13 22:07:34 -05:00
WiimoteEmu: Code cleanups.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user