Closed Immersion95 closed 2 months ago
It was wrong, the correct infos are :
It now matches the actual internal FPS on the core.
Source : https://github.com/sonninnos/beetle-saturn-libretro/blob/master/libretro.cpp
if (retro_get_region() == RETRO_REGION_PAL) info->timing.fps = 49.92012779552716; else info->timing.fps = 59.82650314089141;
It was wrong, the correct infos are :
It now matches the actual internal FPS on the core.
Source : https://github.com/sonninnos/beetle-saturn-libretro/blob/master/libretro.cpp
if (retro_get_region() == RETRO_REGION_PAL) info->timing.fps = 49.92012779552716; else info->timing.fps = 59.82650314089141;