Match and label various racer.c funcs
This commit is contained in:
Fazana
2022-05-28 23:41:26 +01:00
committed by GitHub
parent 79484db43f
commit 9c8456cfee
54 changed files with 1478 additions and 2900 deletions
+1 -1
View File
@@ -288,7 +288,7 @@ void __scHandleRetrace(OSSched *sc) {
gRetraceCounter64++;
gRetraceCounter32++;
sc->frameCount++;
sc->frameCount+=1; // If you want to make the game 60FPS, change this to 2.
if ((sc->unkTask) && (sc->frameCount >= 2)) {
unkTask = sc->unkTask;