mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 22:58:50 +00:00
Wiimote: simplify DoState() parameters
This commit is contained in:
parent
ba20f114eb
commit
ae999cb43c
4 changed files with 3 additions and 5 deletions
|
@ -164,7 +164,7 @@ static std::string DoState(PointerWrap& p)
|
|||
p.DoMarker("video_backend");
|
||||
|
||||
if (SConfig::GetInstance().bWii)
|
||||
Wiimote::DoState(p.GetPPtr(), p.GetMode());
|
||||
Wiimote::DoState(p);
|
||||
p.DoMarker("Wiimote");
|
||||
|
||||
PowerPC::DoState(p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue