From 14838c127a1778c8f6876e0a4d833902c7e980a6 Mon Sep 17 00:00:00 2001 From: zeromus Date: Wed, 4 Dec 2013 00:22:17 +0000 Subject: [PATCH] add some discussion about platform framerates --- BizHawk.Client.Common/movie/PlatformFrameRates.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BizHawk.Client.Common/movie/PlatformFrameRates.cs b/BizHawk.Client.Common/movie/PlatformFrameRates.cs index a00335b121..564247488d 100644 --- a/BizHawk.Client.Common/movie/PlatformFrameRates.cs +++ b/BizHawk.Client.Common/movie/PlatformFrameRates.cs @@ -21,6 +21,9 @@ namespace BizHawk.Client.Common } } + //these are political numbers, designed to be in accord with tasvideos.org tradition. theyre not necessarily mathematical factualities (although they may be in some cases) + //it would be nice if we could turn this into a rational expression natively, and also, to write some comments about the derivation and ideal valees (since this seems to be where theyre all collected) + //are we collecting them anywhere else? for avi-writing code perhaps? private static Dictionary _rates = new Dictionary { { "NES", 60.098813897440515532 },