Skip to content

Commit 9ae5f78

Browse files
fix #3610
1 parent b8f3f08 commit 9ae5f78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BizHawk.Client.Common/movie/PlatformFrameRates.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ public static class PlatformFrameRates
1919
["NES_PAL"] = 50.006977968268290849,
2020
["FDS"] = 60.098813897440515532,
2121
["FDS_PAL"] = 50.006977968268290849,
22-
["SNES"] = 21477272.0 / (4 * 341 * 262), // 60.098475521
22+
["SNES"] = 21477272.0 / (4 * 341 * 262 - 2), // 60.0988118623
2323
["SNES_PAL"] = 21281370.0 / (4 * 341 * 312), // 50.0069789082
24-
["SGB"] = 21477272.0 / (4 * 341 * 262), // 60.098475521
24+
["SGB"] = 21477272.0 / (4 * 341 * 262 - 2), // 60.0988118623
2525
["SGB_PAL"] = 21281370.0 / (4 * 341 * 312), // 50.0069789082
2626
["PCE"] = 7159090.90909090 / 455 / 263, // 59.8261054535
2727
["PCECD"] = 7159090.90909090 / 455 / 263, // 59.8261054535

0 commit comments

Comments
 (0)