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);