summaryrefslogtreecommitdiff
path: root/src/ppu_.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ppu_.c')
-rw-r--r--src/ppu_.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ppu_.c b/src/ppu_.c
index 27891d5..c44374b 100644
--- a/src/ppu_.c
+++ b/src/ppu_.c
@@ -900,7 +900,7 @@ void S9xSetPPU(uint8 Byte, uint16 Address)
if (Byte & FLG_G)
S9xSuperFXExec();
else
- FxFlushCache(&GSU);
+ FxFlushCache();
}
else
Memory.FillRAM [Address] = Byte;