add in uzebox framerate

This commit is contained in:
adelikat 2020-10-04 16:30:30 -05:00
parent 593c01a9e0
commit af5dfc454c
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ namespace BizHawk.Client.Common
["ZXSpectrum_PAL"] = 50.080128205,
["AmstradCPC_PAL"] = 50.08012820512821,
["UZE"] = 60.016319939602
};
public static double GetFrameRate(string systemId, bool pal)