vecrex - report 50fps in play movie dialog

This commit is contained in:
adelikat 2021-01-18 17:24:12 -06:00
parent 496d6e0f94
commit bf5833a1bf
1 changed files with 2 additions and 1 deletions
src/BizHawk.Client.Common/movie

View File

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