mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-25 01:57:47 +01:00
minor tweak
This commit is contained in:
parent
0712986a85
commit
7d57a08de2
@ -834,9 +834,7 @@ void __fastcall TConfigForm::FormCreate(TObject *Sender)
|
|||||||
SinglecpuChk->State = GetBool(ini, "singlecpu", true) ? tssOff : tssOn;
|
SinglecpuChk->State = GetBool(ini, "singlecpu", true) ? tssOff : tssOn;
|
||||||
NonexclusiveChk->State = GetBool(ini, "nonexclusive", false) ? tssOn : tssOff;
|
NonexclusiveChk->State = GetBool(ini, "nonexclusive", false) ? tssOn : tssOff;
|
||||||
|
|
||||||
if (GetBool(ini, "hide_compat_tab", false)) {
|
CompatibilityBtn->Visible = !GetBool(ini, "hide_compat_tab", false);
|
||||||
CompatibilityBtn->Visible = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
RestoreDefaultsBtn->Visible =
|
RestoreDefaultsBtn->Visible =
|
||||||
FileExists(".\\ddraw.dll") &&
|
FileExists(".\\ddraw.dll") &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user