make GPUopen consistent everywhere
[pcsx_rearmed.git] / plugins / gpulib / vout_pl.c
index eadf57c..cae35a3 100644 (file)
@@ -114,7 +114,7 @@ void vout_blank(void)
   cbs->pl_vout_flip(NULL, 1024, !!(gpu.status & PSX_GPU_STATUS_RGB24), 0, 0, w, h, 0);
 }
 
-long GPUopen(void **unused)
+long GPUopen(unsigned long *disp, char *cap, char *cfg)
 {
   gpu.frameskip.active = 0;
   gpu.frameskip.frame_ready = 1;