X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin_lib.c;fp=frontend%2Fplugin_lib.c;h=8a6b6adb1f5f8b09609c6209689de52fdca568dc;hp=0f02312371812384d495944be3e8984a1da5e8df;hb=ab88daca6f1367543d88b35e04a7999f3e36a0ff;hpb=f6eb0b1c75fd9103a1ad18aed5d00aa0c41fa24e diff --git a/frontend/plugin_lib.c b/frontend/plugin_lib.c index 0f023123..8a6b6adb 100644 --- a/frontend/plugin_lib.c +++ b/frontend/plugin_lib.c @@ -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) \