X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fdfxvideo%2Fgpu.h;h=9ee5f3e6f7a4769e8cbdf70c0f49e9ad2db98dca;hp=6ac6d3e950fb83cba3a2f885c240c2df52a8540e;hb=76f7048eff4f5357df048268e40b5bc6b9387fe5;hpb=4c08b9e7dd350a48fc3e0515913d6ccc8b15e5ae diff --git a/plugins/dfxvideo/gpu.h b/plugins/dfxvideo/gpu.h index 6ac6d3e9..9ee5f3e6 100644 --- a/plugins/dfxvideo/gpu.h +++ b/plugins/dfxvideo/gpu.h @@ -314,4 +314,7 @@ void DoClearFrontBuffer(void); unsigned long ulInitDisplay(void); void CloseDisplay(void); +struct rearmed_cbs; +extern const struct rearmed_cbs *rcbs; + #endif