diff options
Diffstat (limited to 'src/GPU.cpp')
-rw-r--r-- | src/GPU.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GPU.cpp b/src/GPU.cpp index ba04c84..91f47b4 100644 --- a/src/GPU.cpp +++ b/src/GPU.cpp @@ -798,7 +798,7 @@ void StartScanline(u32 line) } if (RunFIFO) - NDS::ScheduleEvent(NDS::Event_DisplayFIFO, true, 32, DisplayFIFO, 0); + NDS::ScheduleEvent(NDS::Event_DisplayFIFO, false, 32, DisplayFIFO, 0); } if (VCount == 262) |