add lanczos setting to config tool

This commit is contained in:
FunkyFr3sh 2023-08-23 17:04:15 +02:00
parent e2ed1930c3
commit 37ce86839e
2 changed files with 6 additions and 1 deletions

View file

@ -795,9 +795,13 @@ void __fastcall TConfigForm::FormCreate(TObject *Sender)
case 1:
ShaderD3DCbx->ItemIndex = 1;
break;
case 2:
default:
ShaderD3DCbx->ItemIndex = 2;
break;
case 3:
ShaderD3DCbx->ItemIndex = 3;
break;
}
Maxfps = ini->ReadInteger("ddraw", "maxfps", -1);