From 761d752569b9bad6bdb755e91ca9e345cfb2788d Mon Sep 17 00:00:00 2001 From: aliaspider Date: Wed, 29 Oct 2014 06:47:46 +0100 Subject: C++ cleanups. (in progress) --- source/ppu.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/ppu.c') diff --git a/source/ppu.c b/source/ppu.c index 4717f1d..4a22ede 100644 --- a/source/ppu.c +++ b/source/ppu.c @@ -106,8 +106,8 @@ #include "fxinst.h" extern struct FxInit_s SuperFX; #else -EXTERN_C void S9xSuperFXWriteReg (uint8, uint32); -EXTERN_C uint8 S9xSuperFXReadReg (uint32); +void S9xSuperFXWriteReg (uint8, uint32); +uint8 S9xSuperFXReadReg (uint32); #endif uint32 justifiers=0xFFFF00AA; @@ -2518,7 +2518,7 @@ void S9xUpdateJustifiers() bool offscreen=JustifierOffscreen(); - JustifierButtons(justifiers); + JustifierButtons(&justifiers); // if(p1count==32) // { last_p1=!last_p1; -- cgit v1.2.3