diff options
| author | omegadox <omegadox@gmail.com> | 2009-03-02 13:04:50 +0000 |
|---|---|---|
| committer | omegadox <omegadox@gmail.com> | 2009-03-02 13:04:50 +0000 |
| commit | 17814912e5bd4feb6e6572dbe34c9ee061055f2d (patch) | |
| tree | cd0de2d3aa40656039e3fe9d77d4833d47c5fcb6 /Source/Plugins/Plugin_VideoOGL/Src/Config.cpp | |
| parent | d419d3fc29d4fb8740f09543ce6c432c32e045e3 (diff) | |
Some cleanup, projection hacks remove, the projections might be correct now. ZTP Bloom works and MP1 Heat Visor works, I tested many games, and good results. Please test more and report back. Also added in fix for Issue 677.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2521 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Plugins/Plugin_VideoOGL/Src/Config.cpp')
| -rw-r--r-- | Source/Plugins/Plugin_VideoOGL/Src/Config.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Plugins/Plugin_VideoOGL/Src/Config.cpp b/Source/Plugins/Plugin_VideoOGL/Src/Config.cpp index a8d556639d..5712dfea93 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/Config.cpp +++ b/Source/Plugins/Plugin_VideoOGL/Src/Config.cpp @@ -81,8 +81,6 @@ void Config::Load() iniFile.Get("Hacks", "EFBCopyDisable", &bEFBCopyDisable, 0); iniFile.Get("Hacks", "EFBCopyDisableHotKey", &bEFBCopyDisableHotKey, 0); - iniFile.Get("Hacks", "ProjectionHax1", &bProjectionHax1, 0); - iniFile.Get("Hacks", "ProjectionHax2", &bProjectionHax2, 0); iniFile.Get("Hacks", "EFBToTextureEnable", &bCopyEFBToRAM, 0); } @@ -123,8 +121,6 @@ void Config::Save() iniFile.Set("Hacks", "EFBCopyDisable", bEFBCopyDisable); iniFile.Set("Hacks", "EFBCopyDisableHotKey", bEFBCopyDisableHotKey); - iniFile.Set("Hacks", "ProjectionHax1", bProjectionHax1); - iniFile.Set("Hacks", "ProjectionHax2", bProjectionHax2); iniFile.Set("Hacks", "EFBToTextureEnable", bCopyEFBToRAM); iniFile.Save(FULL_CONFIG_DIR "gfx_opengl.ini"); |
