Change GI_VB_ to VB_ (#798)

This commit is contained in:
Garrett Cox
2024-10-05 10:02:53 -05:00
committed by GitHub
parent 8e0b482b23
commit da04b7f859
44 changed files with 105 additions and 106 deletions
@@ -13,7 +13,7 @@ extern PlayState* gPlayState;
}
void RegisterTextBasedClock() {
REGISTER_VB_SHOULD(GI_VB_PREVENT_CLOCK_DISPLAY, {
REGISTER_VB_SHOULD(VB_PREVENT_CLOCK_DISPLAY, {
if (CVarGetInteger("gEnhancements.Graphics.ClockType", CLOCK_TYPE_ORIGINAL) == CLOCK_TYPE_TEXT_BASED) {
*should = true;