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:
snzgoo 2010-05-08 15:25:11 +00:00
parent 08b5ee6555
commit 079f8b630c
1 changed files with 1 additions and 1 deletions

View File

@ -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]);
}