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

@ -981,7 +981,7 @@ void ConfigDialog::GeneralSettingsChanged(wxCommandEvent& event)
// -------------
void ConfigDialog::UpdateGUI()
{
Console::Print("UpdateGUI: \n");
//Console::Print("UpdateGUI: \n");
/* We only allow a change of extension if we are not currently using the real Wiimote, if it's in use the status will be updated
from the data scanning functions in main.cpp */

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