From 2f0993bb6ee275f25f37067ecd58d4b2ef9466a5 Mon Sep 17 00:00:00 2001 From: John Peterson Date: Wed, 28 Jan 2009 16:18:47 +0000 Subject: [PATCH] Wiimote: Another one git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2024 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_Wiimote/Src/FillReport.cpp | 3 +-- Source/Plugins/Plugin_Wiimote/Src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Source/Plugins/Plugin_Wiimote/Src/FillReport.cpp b/Source/Plugins/Plugin_Wiimote/Src/FillReport.cpp index 1ea2295f0d..4c27940fc0 100644 --- a/Source/Plugins/Plugin_Wiimote/Src/FillReport.cpp +++ b/Source/Plugins/Plugin_Wiimote/Src/FillReport.cpp @@ -69,7 +69,6 @@ void FillReportInfo(wm_core& _core) _core.minus = GetAsyncKeyState('M') ? 1 : 0; _core.home = GetAsyncKeyState('H') ? 1 : 0; - /* Sideways controls (for example for Wario Land) if the Wiimote is intended to be held sideways */ if(g_Config.bSidewaysDPad) { @@ -92,7 +91,7 @@ void FillReportInfo(wm_core& _core) ////////////////////////// -//////////////////////////////////////////////////////////// +/////////////////////////////////////////////////////////////////// // Wiimote accelerometer // --------------- /* The accelerometer x, y and z values range from 0x00 to 0xff with the default netural values diff --git a/Source/Plugins/Plugin_Wiimote/Src/main.cpp b/Source/Plugins/Plugin_Wiimote/Src/main.cpp index 45043274fa..42ce0caa1b 100644 --- a/Source/Plugins/Plugin_Wiimote/Src/main.cpp +++ b/Source/Plugins/Plugin_Wiimote/Src/main.cpp @@ -144,7 +144,7 @@ void DllConfig(HWND _hParent) win.SetHWND(_hParent); #endif - Console::Open(); + //Console::Open(); g_FrameOpen = true; frame = new ConfigDialog(&win);