[Feature] In-game gameplay stats timer (#2910)

* Implement in-game gameplay stats timer

* Change timer to render on top of everything
This commit is contained in:
aMannus
2023-05-31 00:57:45 +02:00
committed by GitHub
parent e8eaac4d77
commit b25e4d4f26
6 changed files with 134 additions and 5 deletions

View File

@@ -1714,6 +1714,8 @@ void Play_Draw(PlayState* play) {
}
CLOSE_DISPS(gfxCtx);
Interface_DrawTotalGameplayTimer(play);
}
time_t Play_GetRealTime() {