libretro / docs

This is a repo of the RetroArch official document page.
https://docs.libretro.com/
MIT License
260 stars 464 forks source link

Beetle Saturn - Correct Core's provided FPS #987

Closed Immersion95 closed 2 months ago

Immersion95 commented 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;