summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorsnzgoo <snzgoo@gmail.com>2010-05-08 15:25:11 +0000
committersnzgoo <snzgoo@gmail.com>2010-05-08 15:25:11 +0000
commit079f8b630cbb2b20e99d89e4953b589c0366e190 (patch)
tree4067510a6a3acdfdab1d407fdd75f576c489c495 /Source
parent08b5ee65555b5096e964453e80574debb7bc65fb (diff)
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
Diffstat (limited to 'Source')
-rw-r--r--Source/Plugins/Plugin_Wiimote/Src/EmuMain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Plugins/Plugin_Wiimote/Src/EmuMain.cpp b/Source/Plugins/Plugin_Wiimote/Src/EmuMain.cpp
index 1b651d2162..0b9ea0f8f5 100644
--- a/Source/Plugins/Plugin_Wiimote/Src/EmuMain.cpp
+++ b/Source/Plugins/Plugin_Wiimote/Src/EmuMain.cpp
@@ -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]);
}