mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-28 10:51:06 +00:00
Change item-name to "Hack Settings"
This commit is contained in:
parent
a1aac79224
commit
1c583093f3
@ -293,7 +293,7 @@ void GameSettingsScreen::CreateViews() {
|
||||
static const char *texFilters[] = { "Auto", "Nearest", "Linear", "Linear on FMV", };
|
||||
graphicsSettings->Add(new PopupMultiChoice(&g_Config.iTexFiltering, gs->T("Texture Filter"), texFilters, 1, 4, gs, screenManager()));
|
||||
|
||||
graphicsSettings->Add(new ItemHeader(gs->T("Hack Setting")));
|
||||
graphicsSettings->Add(new ItemHeader(gs->T("Hack Settings")));
|
||||
graphicsSettings->Add(new CheckBox(&g_Config.bDisableStencilTest, gs->T("Disable Stencil Test")));
|
||||
graphicsSettings->Add(new CheckBox(&g_Config.bAlwaysDepthWrite, gs->T("Always Depth Write")));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user