perfect vsync, bugfixes
[fceu.git] / drivers / gp2x / dface.h
index efbdab1..cb66b5c 100644 (file)
@@ -9,12 +9,13 @@ int InitSound(void);
 void WriteSound(int16 *Buffer, int Count);
 
 void KillSound(void);
 void WriteSound(int16 *Buffer, int Count);
 
 void KillSound(void);
-void SilenceSound(int s); /* DOS and SDL */
+void SilenceSound(int s);
 
 
 int InitVideo(void);
 void KillVideo(void);
 
 
 int InitVideo(void);
 void KillVideo(void);
-void BlitScreen(uint8 *buf);
+void BlitPrepare(int skip);
+void BlitScreen(int skip);
 void LockConsole(void);
 void UnlockConsole(void);
 void LockConsole(void);
 void UnlockConsole(void);
-void ToggleFS();               /* SDL */
+void ToggleFS();