From a8a1309af11704b60ecc68b83feccafad06c2795 Mon Sep 17 00:00:00 2001 From: fallenoak Date: Sun, 16 Nov 2025 22:40:45 -0600 Subject: [PATCH] feat(console): handle color bits and depth bits in UpdateGxCVars --- src/console/Device.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/console/Device.cpp b/src/console/Device.cpp index ac2a357..1c9c034 100644 --- a/src/console/Device.cpp +++ b/src/console/Device.cpp @@ -148,8 +148,8 @@ void RegisterGxCVars() { } void UpdateGxCVars() { - // TODO others - + s_cvGxColorBits->Update(); + s_cvGxDepthBits->Update(); s_cvGxWindow->Update(); s_cvGxResolution->Update();