perfect vsync, bugfixes
[fceu.git] / drivers / gp2x / dface.h
index 486b4d4..cb66b5c 100644 (file)
@@ -9,16 +9,13 @@ int InitSound(void);
 void WriteSound(int16 *Buffer, int Count);
 
 void KillSound(void);
-void SilenceSound(int s); /* DOS and SDL */
+void SilenceSound(int s);
 
 
-int InitJoysticks(void);
-void KillJoysticks(void);
-uint32 *GetJSOr(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 ToggleFS();               /* SDL */
+void ToggleFS();