Hi,
So I’m trying to get optimal Vsync performance with no stuttering in Retroarch cores with my GPD XD (especially mGBA). I can get the refresh rate of my screen device by using this adb command :
$ adb shell dumpsys display | grep -i mphys | cut -d ‘,’ -f 2
Which return “60.269005 fps”
Do you think it is better to manually put “60.269” in the “Refresh rate” option of Retroarch (with Vsync enabled), or is it better to use Retroarch’s calibration tool ? What’s the most accurate ?
Thanks in advance for any information.