mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Oops, restore the deleted stencil test option since we haven't decided its fate yet.
This commit is contained in:
parent
fafd3711a8
commit
c54b84aeb3
1 changed files with 3 additions and 0 deletions
|
@ -234,6 +234,9 @@ void GameSettingsScreen::CreateViews() {
|
|||
alphaHackEnable = !g_Config.bSoftwareRendering;
|
||||
alphaHack->SetEnabledPtr(&alphaHackEnable);
|
||||
|
||||
CheckBox *stencilTest = graphicsSettings->Add(new CheckBox(&g_Config.bDisableStencilTest, gs->T("Disable Stencil Test")));
|
||||
stencilTestEnable = !g_Config.bSoftwareRendering;
|
||||
stencilTest->SetEnabledPtr(&stencilTestEnable);
|
||||
|
||||
CheckBox *depthWrite = graphicsSettings->Add(new CheckBox(&g_Config.bAlwaysDepthWrite, gs->T("Always Depth Write")));
|
||||
depthWriteEnable = !g_Config.bSoftwareRendering;
|
||||
|
|
Loading…
Add table
Reference in a new issue