mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Wiimote: simplify DoState() parameters
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user