feat(console): update additional vars in UpdateGxCVars

This commit is contained in:
fallenoak 2025-11-17 21:24:24 -06:00
parent 247e319aac
commit 52373a9fab
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -277,12 +277,22 @@ void UpdateGxCVars() {
s_cvGxDepthBits->Update();
s_cvGxWindow->Update();
s_cvGxResolution->Update();
s_cvGxRefresh->Update();
s_cvGxTripleBuffer->Update();
// TODO others
// TODO s_cvGxApi
s_cvGxVSync->Update();
// TODO s_cvGxAspect
s_cvGxMaximize->Update();
s_cvGxCursor->Update();
// TODO others
// TODO s_cvGxMultisample
// TODO s_cvGxMultisampleQuality;
s_cvGxFixLag->Update();
}
void SetGxCVars(const CGxFormat& format) {