Merge pull request #7069 from level99procrastinator/depth-range-hack-for-psp2

Workaround for graphics glitch in Phantasy Star Portable 2
This commit is contained in:
Henrik Rydgård 2014-11-20 14:09:30 +01:00
commit 811a27a6e6
4 changed files with 38 additions and 0 deletions

View file

@ -451,6 +451,7 @@ static ConfigSetting graphicsSettings[] = {
ConfigSetting("VSyncInterval", &g_Config.bVSync, false),
ReportedConfigSetting("DisableStencilTest", &g_Config.bDisableStencilTest, false),
ReportedConfigSetting("AlwaysDepthWrite", &g_Config.bAlwaysDepthWrite, false),
ReportedConfigSetting("DepthRangeHack", &g_Config.bDepthRangeHack, false),
// Not really a graphics setting...
ReportedConfigSetting("TimerHack", &g_Config.bTimerHack, &DefaultTimerHack),