X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fplugins.h;fp=libpcsxcore%2Fplugins.h;h=b7af7c3a4f0195fc6332fa8835b78d52ca30c3b7;hp=c5140cce1d4a4a98e01ae6770a1982b81dd001c3;hb=f6eb0b1c75fd9103a1ad18aed5d00aa0c41fa24e;hpb=bd9ad3d8eb63cee4e69913f121548badf834dd9e diff --git a/libpcsxcore/plugins.h b/libpcsxcore/plugins.h index c5140cce..b7af7c3a 100644 --- a/libpcsxcore/plugins.h +++ b/libpcsxcore/plugins.h @@ -381,6 +381,7 @@ void SetCdOpenCaseTime(s64 time); extern void pl_gun_byte2(int port, unsigned char byte); extern void plat_trigger_vibrate(int pad, int low, int high); +extern void plat_get_psx_resolution(int *xres, int *yres); #ifdef __cplusplus }