OpenGL: Forgot one change

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2308 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson 2009-02-19 03:00:08 +00:00
parent 14b6cadf46
commit 8bffec52dc
2 changed files with 3 additions and 4 deletions

View File

@ -86,8 +86,8 @@ void Config::Load()
iniFile.Get("Hacks", "ProjectionHax2", &bProjectionHax2, 0);
iniFile.Get("Hacks", "EFBToTextureEnable", &bCopyEFBToRAM, 0);
iniFile.Get("Hacks", "ScreenSize", &bScreenSize, false);
iniFile.Get("Hacks", "ScreenWidth", &iScreenWidth, 1000);
iniFile.Get("Hacks", "ScreenHeight", &iScreenHeight, 1000);
iniFile.Get("Hacks", "ScreenWidth", &iScreenWidth, 100);
iniFile.Get("Hacks", "ScreenHeight", &iScreenHeight, 100);
iniFile.Get("Hacks", "ScreenLeft", &iScreenLeft, 0);
iniFile.Get("Hacks", "ScreenTop", &iScreenTop, 0);
}

View File

@ -333,8 +333,7 @@ void ConfigDialog::CreateGUIControls()
m_SizerScreenSize->Add(m_SizerScreenSizeHeight, 0, wxEXPAND | (wxLEFT | wxDOWN | wxRIGHT), 5);
// Tool tips
m_ScreenSize->SetToolTip(wxT(
"Use the adjusted screen size."));
m_ScreenSize->SetToolTip(wxT("Use the adjusted screen size."));
// -------------------------------
// -----------------------------------------------