add xBR-lv2 opengl shader

This commit is contained in:
FunkyFr3sh 2023-08-29 18:24:32 +02:00
parent f85ffee65a
commit 1cfa20802c
4 changed files with 352 additions and 2 deletions

View file

@ -788,6 +788,7 @@ void __fastcall TConfigForm::FormCreate(TObject *Sender)
ShaderCbx->AddItem("Bilinear", NULL);
ShaderCbx->AddItem("Bicubic", NULL);
ShaderCbx->AddItem("Lanczos", NULL);
ShaderCbx->AddItem("xBR-lv2", NULL);
}
auto shader = ini->ReadString("ddraw", "shader", "Bicubic");