From ca4066b2fb81c66a1a478b3c24ef463b6107cefe Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Wed, 30 Nov 2011 15:46:36 +0000 Subject: git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72730 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/plugins.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'libpcsxcore/plugins.h') diff --git a/libpcsxcore/plugins.h b/libpcsxcore/plugins.h index cf2dbdff..bf55e65f 100644 --- a/libpcsxcore/plugins.h +++ b/libpcsxcore/plugins.h @@ -93,12 +93,11 @@ typedef long (CALLBACK* GPUfreeze)(uint32_t, GPUFreeze_t *); typedef long (CALLBACK* GPUgetScreenPic)(unsigned char *); typedef long (CALLBACK* GPUshowScreenPic)(unsigned char *); typedef void (CALLBACK* GPUclearDynarec)(void (CALLBACK *callback)(void)); +typedef void (CALLBACK* GPUhSync)(int); typedef void (CALLBACK* GPUvBlank)(int); -typedef void (CALLBACK* GPUregisterCallback)(void (CALLBACK *callback)(int)); -typedef void (CALLBACK* GPUidle)(void); typedef void (CALLBACK* GPUvisualVibration)(uint32_t, uint32_t); typedef void (CALLBACK* GPUcursor)(int, int, int); - typedef void (CALLBACK* GPUaddVertex)(short,short,s64,s64,s64); +typedef void (CALLBACK* GPUaddVertex)(short,short,s64,s64,s64); // GPU function pointers extern GPUupdateLace GPU_updateLace; @@ -123,9 +122,8 @@ extern GPUfreeze GPU_freeze; extern GPUgetScreenPic GPU_getScreenPic; extern GPUshowScreenPic GPU_showScreenPic; extern GPUclearDynarec GPU_clearDynarec; +extern GPUhSync GPU_hSync; extern GPUvBlank GPU_vBlank; -extern GPUregisterCallback GPU_registerCallback; -extern GPUidle GPU_idle; extern GPUvisualVibration GPU_visualVibration; extern GPUcursor GPU_cursor; extern GPUaddVertex GPU_addVertex; @@ -415,8 +413,6 @@ extern SIO1registerCallback SIO1_registerCallback; void CALLBACK clearDynarec(void); -void CALLBACK GPUbusy( int ticks ); - void SetIsoFile(const char *filename); const char *GetIsoFile(void); boolean UsingIso(void); -- cgit v1.2.3