A small change to my last motionplus commit, to re-establish load/savestates downwards compatibility.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5441 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
08b5ee6555
commit
079f8b630c
|
@ -579,7 +579,7 @@ void DoState(PointerWrap &p)
|
|||
p.Do(g_IR[i]);
|
||||
p.Do(g_Leds[i]);
|
||||
p.Do(g_Speaker[i]);
|
||||
p.Do(g_MotionPlus[i]);
|
||||
//p.Do(g_MotionPlus[i]);
|
||||
//p.Do(g_SpeakerMute[i]);
|
||||
p.Do(g_ExtKey[i]);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue