X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin.c;h=bc42f0474554574f0df1aad3fa204c4c9028c388;hp=33efbf0be3876d1ac7273c383294632c93cedf6a;hb=2588a9387f60ec46ec9c7a1f7ebc480276e5cf1e;hpb=dc990066a301c231e5982a346f4809b4e0247a51 diff --git a/frontend/plugin.c b/frontend/plugin.c index 33efbf0b..bc42f047 100644 --- a/frontend/plugin.c +++ b/frontend/plugin.c @@ -75,6 +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); #define DUMMY(id, name) \ @@ -166,6 +167,7 @@ static const struct { DIRECT_GPU(GPUwriteDataMem), DIRECT_GPU(GPUdmaChain), DIRECT_GPU(GPUfreeze), + DIRECT_GPU(GPUvBlank), DUMMY_GPU(GPUdisplayText), /* @@ -178,7 +180,6 @@ static const struct { DIRECT_GPU(GPUshowScreenPic), */ // DIRECT_GPU(GPUclearDynarec), -// DIRECT_GPU(GPUvBlank), }; void *plugin_link(enum builtint_plugins_e id, const char *sym)