mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
WiimoteEmu: Code cleanups.
This commit is contained in:
parent
3945aa6242
commit
9c1a8891e5
29 changed files with 352 additions and 297 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue