You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BizHawk.Client.Common/movie/PlatformFrameRates.cs
+11
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,12 @@ public class PlatformFrameRates
8
8
// 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)
9
9
// 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)
10
10
// are we collecting them anywhere else? for avi-writing code perhaps?
{"NES",60.098813897440515532},// discussion here: http://forums.nesdev.com/viewtopic.php?t=492 ; a rational expression would be (19687500 / 11) / ((341*262-0.529780.5)/3) -> (118125000 / 1965513) -> 60.098813897440515529533511098629 (so our chosen number is very close)
@@ -48,6 +54,11 @@ public class PlatformFrameRates
0 commit comments