diff options
| author | John Peterson <jpeterson57@gmail.com> | 2009-01-28 16:18:47 +0000 |
|---|---|---|
| committer | John Peterson <jpeterson57@gmail.com> | 2009-01-28 16:18:47 +0000 |
| commit | 2f0993bb6ee275f25f37067ecd58d4b2ef9466a5 (patch) | |
| tree | 0d3535badf5d9f82cd21cdcb359a262779957c0c /Source | |
| parent | 41b8bb0d256a9f7986f7af362bd322472e63d9b9 (diff) | |
Wiimote: Another one
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2024 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Plugins/Plugin_Wiimote/Src/FillReport.cpp | 3 | ||||
| -rw-r--r-- | 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); |
