mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
GUI: Commit fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4132 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -295,7 +295,6 @@ bool DolphinApp::OnInit()
|
|||||||
ini.Get("MainWindow", "w", &w, 800);
|
ini.Get("MainWindow", "w", &w, 800);
|
||||||
ini.Get("MainWindow", "h", &h, 600);
|
ini.Get("MainWindow", "h", &h, 600);
|
||||||
|
|
||||||
UseDebugger = true;
|
|
||||||
if (UseDebugger)
|
if (UseDebugger)
|
||||||
{
|
{
|
||||||
main_frame = new CFrame(UseLogger, (wxFrame*) NULL, wxID_ANY, wxString::FromAscii(title),
|
main_frame = new CFrame(UseLogger, (wxFrame*) NULL, wxID_ANY, wxString::FromAscii(title),
|
||||||
|
Reference in New Issue
Block a user