X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fgpulib%2Fgpu.h;h=b3a23023959bcb8f0e00d90821414bd2bdf4f9eb;hb=80bc142638988fa7ba87aa17af1ccfcfc21d1e99;hp=fa45825eef324cd17bdcee80de7bfd0b7c6a7b9c;hpb=7a20a6d03b86989f57b4ef2bb49dc3b4a36f41f1;p=pcsx_rearmed.git diff --git a/plugins/gpulib/gpu.h b/plugins/gpulib/gpu.h index fa45825e..b3a23023 100644 --- a/plugins/gpulib/gpu.h +++ b/plugins/gpulib/gpu.h @@ -159,6 +159,7 @@ void GPUupdateLace(void); long GPUopen(unsigned long *disp, char *cap, char *cfg); long GPUclose(void); void GPUvBlank(int is_vblank, int lcf); +void GPUgetScreenInfo(int *y, int *base_hres); void GPUrearmedCallbacks(const struct rearmed_cbs *cbs_); #ifdef __cplusplus