Wiimote: Change to last commit
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2023 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
8d08faee2c
commit
41b8bb0d25
|
@ -376,12 +376,12 @@ void DoInitialize()
|
||||||
// ----------------------------------------
|
// ----------------------------------------
|
||||||
// Debugging window
|
// Debugging window
|
||||||
// ----------
|
// ----------
|
||||||
/**/Console::Open(100, 750, "Wiimote"); // give room for 20 rows
|
/*Console::Open(100, 750, "Wiimote"); // give room for 20 rows
|
||||||
Console::Print("Wiimote console opened\n");
|
Console::Print("Wiimote 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*/
|
||||||
// ---------------
|
// ---------------
|
||||||
|
|
||||||
// Load config settings
|
// Load config settings
|
||||||
|
|
Loading…
Reference in New Issue