From 610ac0d4d29cc6e4b5268f0b221e43018bec9dd3 Mon Sep 17 00:00:00 2001 From: goyuken Date: Sun, 23 Nov 2014 19:25:47 +0000 Subject: [PATCH] correct lynx platform flamerate, fix bug in virtual boy platform flamerate --- BizHawk.Client.Common/movie/PlatformFrameRates.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BizHawk.Client.Common/movie/PlatformFrameRates.cs b/BizHawk.Client.Common/movie/PlatformFrameRates.cs index 7f9a85af33..d7b5242539 100644 --- a/BizHawk.Client.Common/movie/PlatformFrameRates.cs +++ b/BizHawk.Client.Common/movie/PlatformFrameRates.cs @@ -27,8 +27,8 @@ namespace BizHawk.Client.Common { "SG", (3579545 / 262.0 / 228.0) }, //59.9227434043 { "SG_PAL", (3546893 / 313.0 / 228.0) }, //49.7014320946 { "NGP", (6144000.0 / (515 * 198)) }, //60.2530155928 - { "VBOY", (20000000 / (259 * 384 * 4)) }, //50.2734877735 - { "Lynx", 59.8 }, + { "VBOY", (20000000.0 / (259 * 384 * 4)) }, //50.2734877735 + { "Lynx", 16000000.0 / ( 16 * 105 * 159 ) }, { "WSWAN", (3072000.0 / (159 * 256)) }, //75.4716981132 { "GB", 262144.0 / 4389.0 }, //59.7275005696 { "GBC", 262144.0 / 4389.0 }, //59.7275005696