summaryrefslogtreecommitdiff
path: root/src/sys
diff options
context:
space:
mode:
authorSonic Dreamcaster <alejandro.asenjo88@gmail.com>2024-05-28 02:07:15 -0300
committerSonic Dreamcaster <alejandro.asenjo88@gmail.com>2024-09-17 20:29:47 -0300
commit7f2aa148cc78bd6dd9abe2c710c293c0c4140b6f (patch)
tree235613f76e73e52a36591cec9d23e2c357f5a219 /src/sys
parentff3804ab2fd9207d1fef95a8fbc07d72c5ffb1d0 (diff)
gVIsPerFrame fix for Aquas
Diffstat (limited to 'src/sys')
-rw-r--r--src/sys/sys_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/sys_main.c b/src/sys/sys_main.c
index 9522f421..d8d00476 100644
--- a/src/sys/sys_main.c
+++ b/src/sys/sys_main.c
@@ -80,7 +80,7 @@ u8 gSerialThreadStack[0x1000]; // 800E0FB0
void Main_Initialize(void) {
u8 i;
- gVIsPerFrame = 0;
+ gVIsPerFrame = 2;
gSysFrameCount = 0;
gStartNMI = false;
gStopTasks = false;