mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 09:35:09 +02:00
Rename Postprocessing shader to Postprocessing shaders. Make low-effort attempt at updating
This commit is contained in:
@@ -289,7 +289,11 @@ void DisplayLayoutScreen::CreateViews() {
|
||||
shaderRow->SetSpacing(4.0f);
|
||||
leftColumn->Add(shaderRow);
|
||||
|
||||
postProcChoice_ = shaderRow->Add(new ChoiceWithValueDisplay(&shaderNames_[i], "", &PostShaderTranslateName, new LinearLayoutParams(1.0f)));
|
||||
if (shaderNames_[i] != "Off") {
|
||||
postProcChoice_ = shaderRow->Add(new ChoiceWithValueDisplay(&shaderNames_[i], "", &PostShaderTranslateName, new LinearLayoutParams(1.0f)));
|
||||
} else {
|
||||
postProcChoice_ = shaderRow->Add(new Choice(ImageID("I_PLUS")));
|
||||
}
|
||||
postProcChoice_->OnClick.Add([=](EventParams &e) {
|
||||
auto gr = GetI18NCategory("Graphics");
|
||||
auto procScreen = new PostProcScreen(gr->T("Postprocessing shaders"), i, false);
|
||||
|
||||
Reference in New Issue
Block a user