attempt to improve guncon defaults
[pcsx_rearmed.git] / frontend / plugin_lib.c
index 0f02312..8a6b6ad 100644 (file)
@@ -633,12 +633,6 @@ 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) \