mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-02 09:18:36 +00:00
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
2 changed files with 3 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue