[Enhancement] Implement Digital Speedometer (#431)

* Fix crash

* Poorly document camera

* Fix harder cpu items

* Fix item

* Prevent Rare Infinite Loop

* Impl Digital Speedometer

* Update PortMenu.cpp

---------

Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
This commit is contained in:
MegaMech
2025-07-06 18:06:24 -06:00
committed by GitHub
parent a0b202cca4
commit ffbb9d5438
6 changed files with 78 additions and 4 deletions
+4 -1
View File
@@ -951,7 +951,10 @@ void func_80058F78(void) {
draw_simplified_lap_count(PLAYER_ONE);
func_8004EB38(0);
if (D_801657E6 != false) {
func_8004ED40(0);
if (CVarGetInteger("gEnableDigitalSpeedometer", false) == true) {
render_digital_speedometer(PLAYER_ONE);
}
render_speedometer(PLAYER_ONE);
}
}
}