X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin.c;h=7e8e5c3f99a9840f5389b2e2c823f5470b4f22b3;hp=a5f9830c9eb67880a239e2815579a46bdac5f282;hb=665f33e1e8ce2e40a7939a33075c3bce1c90790c;hpb=24de2dd4dbdd50e44c91c40ebbc7d59ee1c0ac9b diff --git a/frontend/plugin.c b/frontend/plugin.c index a5f9830c..7e8e5c3f 100644 --- a/frontend/plugin.c +++ b/frontend/plugin.c @@ -11,7 +11,7 @@ #include "plugin_lib.h" #include "plugin.h" -#include "../libpcsxcore/psemu_plugin_defs.h" +#include "psemu_plugin_defs.h" #include "../libpcsxcore/system.h" #include "../plugins/cdrcimg/cdrcimg.h" @@ -75,7 +75,7 @@ extern void GPUreadDataMem(uint32_t *, int); extern long GPUdmaChain(uint32_t *,uint32_t); extern void GPUupdateLace(void); extern long GPUfreeze(uint32_t, void *); -extern void GPUvBlank(int, uint32_t *, uint32_t *); +extern void GPUvBlank(int, int); extern void GPUrearmedCallbacks(const struct rearmed_cbs *cbs); @@ -168,7 +168,7 @@ static const struct { DIRECT_GPU(GPUwriteDataMem), DIRECT_GPU(GPUdmaChain), DIRECT_GPU(GPUfreeze), -// DIRECT_GPU(GPUvBlank), // unused + DIRECT_GPU(GPUvBlank), DIRECT_GPU(GPUrearmedCallbacks), DUMMY_GPU(GPUdisplayText),