From bf5833a1bf581449ccc0370b316bdc7b97130fc2 Mon Sep 17 00:00:00 2001 From: adelikat Date: Mon, 18 Jan 2021 17:24:12 -0600 Subject: [PATCH] vecrex - report 50fps in play movie dialog --- src/BizHawk.Client.Common/movie/PlatformFrameRates.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/BizHawk.Client.Common/movie/PlatformFrameRates.cs b/src/BizHawk.Client.Common/movie/PlatformFrameRates.cs index 4b632e57d3..b77ca040d5 100644 --- a/src/BizHawk.Client.Common/movie/PlatformFrameRates.cs +++ b/src/BizHawk.Client.Common/movie/PlatformFrameRates.cs @@ -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)