mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 16:49:27 +00:00
Wiimote: simplify DoState() parameters
This commit is contained in:
parent
ba20f114eb
commit
ae999cb43c
4 changed files with 3 additions and 5 deletions
|
@ -70,7 +70,6 @@ public:
|
|||
|
||||
void SetMode(Mode mode_) { mode = mode_; }
|
||||
Mode GetMode() const { return mode; }
|
||||
u8** GetPPtr() { return ptr; }
|
||||
|
||||
template <typename K, class V>
|
||||
void Do(std::map<K, V>& x)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue