cleanup the input mess, part2
[pcsx_rearmed.git] / frontend / plugin_lib.c
index 8a6b6ad..0f02312 100644 (file)
@@ -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) \