feat(console): handle color bits and depth bits in UpdateGxCVars

This commit is contained in:
fallenoak 2025-11-16 22:40:45 -06:00
parent 7e03c5e1d4
commit a8a1309af1
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -148,8 +148,8 @@ void RegisterGxCVars() {
}
void UpdateGxCVars() {
// TODO others
s_cvGxColorBits->Update();
s_cvGxDepthBits->Update();
s_cvGxWindow->Update();
s_cvGxResolution->Update();