Wiimote: Typo

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2143 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson
2009-02-08 12:31:07 +00:00
parent ca0e807db6
commit 5045119da3
2 changed files with 3 additions and 3 deletions

View File

@ -857,13 +857,13 @@ void DoInitialize()
// ----------------------------------------
// Debugging window
// ----------
/**/Console::Open(130, 1000, "Wiimote"); // give room for 20 rows
/*Console::Open(130, 1000, "Wiimote"); // give room for 20 rows
Console::Print("\n\nWiimote console opened\n");
// Move window
//MoveWindow(Console::GetHwnd(), 0,400, 100*8,10*14, true); // small window
//MoveWindow(Console::GetHwnd(), 400,0, 100*8,70*14, true); // big window
MoveWindow(Console::GetHwnd(), 200,0, 130*8,70*14, true); // big wide window
MoveWindow(Console::GetHwnd(), 200,0, 130*8,70*14, true); // big wide window*/
// ---------------
// Load config settings