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:
parent
14b6cadf46
commit
8bffec52dc
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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."));
|
||||
// -------------------------------
|
||||
|
||||
// -----------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue