summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Peterson <jpeterson57@gmail.com>2008-11-12 15:56:42 +0000
committerJohn Peterson <jpeterson57@gmail.com>2008-11-12 15:56:42 +0000
commit45d511dc497d049d9993dee13239cdee8285e55e (patch)
tree8e180ddcd2612d926125c5a9a7c352ceef3d464a
parentb698ea376df75527477ac9aa125bf78b72e77876 (diff)
Changed emulated wiimote setting. I'll add an option for this instead.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1152 8ced0084-cf51-0410-be5f-012b33b47a6e
-rw-r--r--Source/Plugins/Plugin_Wiimote_Test/Src/EmuMain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Plugins/Plugin_Wiimote_Test/Src/EmuMain.cpp b/Source/Plugins/Plugin_Wiimote_Test/Src/EmuMain.cpp
index d8882d2f73..0ef81842f3 100644
--- a/Source/Plugins/Plugin_Wiimote_Test/Src/EmuMain.cpp
+++ b/Source/Plugins/Plugin_Wiimote_Test/Src/EmuMain.cpp
@@ -362,7 +362,7 @@ void WmRequestStatus(u16 _channelID, wm_request_status* rs)
pStatus->battery = 0x4F; //arbitrary number
// this gets us passed the first error, but later brings up the disconnected error
- pStatus->extension = 1;
+ pStatus->extension = 0;
LOGV(WII_IPC_WIIMOTE, 0," SendStatusReport()");
LOGV(WII_IPC_WIIMOTE, 0, " Flags: 0x%02x", pStatus->padding1[2]);