X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fplugin_lib.c;fp=frontend%2Fplugin_lib.c;h=0f02312371812384d495944be3e8984a1da5e8df;hb=a11d0b9d6435cd306405d04c416ababb33f182a0;hp=8a6b6adb1f5f8b09609c6209689de52fdca568dc;hpb=9170c48e4bd19c457b0c9abe31d7ac4cc76796a1;p=pcsx_rearmed.git diff --git a/frontend/plugin_lib.c b/frontend/plugin_lib.c index 8a6b6adb..0f023123 100644 --- a/frontend/plugin_lib.c +++ b/frontend/plugin_lib.c @@ -633,6 +633,12 @@ void pl_gun_byte2(int port, unsigned char byte) { } +void plat_get_psx_resolution(int *xres, int *yres) +{ + *xres = psx_w; + *yres = psx_h; +} + #define MAX_LAG_FRAMES 3 #define tvdiff(tv, tv_old) \