Wiimote: Typo
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2143 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
ca0e807db6
commit
5045119da3
|
@ -981,7 +981,7 @@ void ConfigDialog::GeneralSettingsChanged(wxCommandEvent& event)
|
||||||
// -------------
|
// -------------
|
||||||
void ConfigDialog::UpdateGUI()
|
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
|
/* 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 */
|
from the data scanning functions in main.cpp */
|
||||||
|
|
|
@ -857,13 +857,13 @@ void DoInitialize()
|
||||||
// ----------------------------------------
|
// ----------------------------------------
|
||||||
// Debugging window
|
// 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");
|
Console::Print("\n\nWiimote console opened\n");
|
||||||
|
|
||||||
// Move window
|
// Move window
|
||||||
//MoveWindow(Console::GetHwnd(), 0,400, 100*8,10*14, true); // small 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(), 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
|
// Load config settings
|
||||||
|
|
Loading…
Reference in New Issue