Change gTickCounter from uin64_t to size_t (#744)

* Update main.c

* Update main.h
This commit is contained in:
MegaMech
2026-08-15 23:08:37 -06:00
committed by GitHub
parent 4d2cd3605c
commit aa36d4fd2a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ s16 sNumVBlanks = 0;
UNUSED s16 D_800DC590 = 0;
f32 gVBlankTimer = 0.0f;
f32 gCourseTimer = 0.0f;
uint64_t gTickCounter;
size_t gTickCounter;
void create_thread(OSThread* thread, OSId id, void (*entry)(void*), void* arg, void* sp, OSPri pri) {
thread->next = NULL;
+1 -1
View File
@@ -225,7 +225,7 @@ extern s32 D_800DC56C[];
extern s16 sNumVBlanks;
extern f32 gVBlankTimer;
extern f32 gCourseTimer;
extern uint64_t gTickCounter;
extern size_t gTickCounter;
// end of definition of main.c variables