X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Flibretro.c;h=a26d4662639ab428e8f7d08c568db5b6a3963332;hb=80bc142638988fa7ba87aa17af1ccfcfc21d1e99;hp=965f930858ae00103d82d1e5c41f4d776d20f92d;hpb=a11d0b9d6435cd306405d04c416ababb33f182a0;p=pcsx_rearmed.git diff --git a/frontend/libretro.c b/frontend/libretro.c index 965f9308..a26d4662 100644 --- a/frontend/libretro.c +++ b/frontend/libretro.c @@ -504,12 +504,6 @@ void pl_timing_prepare(int is_pal) is_pal_mode = is_pal; } -void plat_get_psx_resolution(int *xres, int *yres) -{ - *xres = psx_w; - *yres = psx_h; -} - void plat_trigger_vibrate(int pad, int low, int high) { if (!rumble_cb)