X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin_lib.c;h=0f02312371812384d495944be3e8984a1da5e8df;hp=8a6b6adb1f5f8b09609c6209689de52fdca568dc;hb=f6eb0b1c75fd9103a1ad18aed5d00aa0c41fa24e;hpb=bd9ad3d8eb63cee4e69913f121548badf834dd9e 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) \