mirror of
https://github.com/HarbourMasters/Starship
synced 2026-07-29 07:34:59 -04:00
gVIsPerFrame fix for Aquas
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ u8 gSerialThreadStack[0x1000]; // 800E0FB0
|
||||
void Main_Initialize(void) {
|
||||
u8 i;
|
||||
|
||||
gVIsPerFrame = 0;
|
||||
gVIsPerFrame = 2;
|
||||
gSysFrameCount = 0;
|
||||
gStartNMI = false;
|
||||
gStopTasks = false;
|
||||
|
||||
Reference in New Issue
Block a user