revive pandora and win32 builds, rm gp2x dep for linux, lots of refactoring
[picodrive.git] / pico / videoport.c
index 6d62029..c1a1ba9 100644 (file)
@@ -316,7 +316,7 @@ static void CommandChange(void)
   if (cmd&0x80) CommandDma();\r
 }\r
 \r
-static __inline void DrawSync(int blank_on)\r
+static void DrawSync(int blank_on)\r
 {\r
   if (Pico.m.scanline < 224 && !(PicoOpt & POPT_ALT_RENDERER) &&\r
       !PicoSkipFrame && DrawScanline <= Pico.m.scanline) {\r