From 13f2e4f1875a20e2a12ece6ee08b7a53d9f687e7 Mon Sep 17 00:00:00 2001 From: John Peterson Date: Thu, 13 Nov 2008 14:06:36 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1164 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_Wiimote_Test/Src/EmuMain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]);