mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 00:32:45 +03:00
feat(console): update additional vars in UpdateGxCVars
This commit is contained in:
parent
247e319aac
commit
52373a9fab
@ -277,12 +277,22 @@ void UpdateGxCVars() {
|
|||||||
s_cvGxDepthBits->Update();
|
s_cvGxDepthBits->Update();
|
||||||
s_cvGxWindow->Update();
|
s_cvGxWindow->Update();
|
||||||
s_cvGxResolution->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_cvGxMaximize->Update();
|
||||||
|
s_cvGxCursor->Update();
|
||||||
|
|
||||||
// TODO others
|
// TODO s_cvGxMultisample
|
||||||
|
// TODO s_cvGxMultisampleQuality;
|
||||||
|
|
||||||
|
s_cvGxFixLag->Update();
|
||||||
}
|
}
|
||||||
|
|
||||||
void SetGxCVars(const CGxFormat& format) {
|
void SetGxCVars(const CGxFormat& format) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user