WiimoteEmu: Code cleanups.

This commit is contained in:
Jordan Woyak
2019-01-05 07:09:11 -06:00
parent 3945aa6242
commit 9c1a8891e5
29 changed files with 352 additions and 297 deletions

View File

@ -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