[Enhancement] Add option to hide build details on boot screen (#1948)

This commit is contained in:
Alto1772 2022-11-22 16:42:01 +08:00 committed by GitHub
commit 156f713e19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -246,7 +246,7 @@ void Title_Main(GameState* thisx) {
Title_Calc(this);
Title_Draw(this);
if (1) {
if (!CVar_GetS32("gHideBuildInfo", 0)) {
Gfx* gfx = POLY_OPA_DISP;
s32 pad;