Revert "Remove option" (disable alpha test)
Fixes issue #6286.
This reverts commit d2ce635bbf
.
This commit is contained in:
parent
2a3496b65c
commit
3e97713d16
4 changed files with 6 additions and 2 deletions
|
@ -571,6 +571,7 @@ static ConfigSetting debuggerSettings[] = {
|
|||
|
||||
static ConfigSetting speedHackSettings[] = {
|
||||
ReportedConfigSetting("PrescaleUV", &g_Config.bPrescaleUV, false),
|
||||
ReportedConfigSetting("DisableAlphaTest", &g_Config.bDisableAlphaTest, false),
|
||||
|
||||
ConfigSetting(false),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue