From af5dfc454c0663985ddb59415dda1a00f963488c Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 4 Oct 2020 16:30:30 -0500 Subject: [PATCH] add in uzebox framerate --- src/BizHawk.Client.Common/movie/PlatformFrameRates.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/BizHawk.Client.Common/movie/PlatformFrameRates.cs b/src/BizHawk.Client.Common/movie/PlatformFrameRates.cs index fde0c24a95..4a3198c955 100644 --- a/src/BizHawk.Client.Common/movie/PlatformFrameRates.cs +++ b/src/BizHawk.Client.Common/movie/PlatformFrameRates.cs @@ -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)