Skip to content

Commit

Permalink
Update correct DOS framerate
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioMartin86 authored Feb 26, 2025
1 parent 93b7dc9 commit 0d11d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BizHawk.Client.Common/movie/PlatformFrameRates.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public static class PlatformFrameRates
["ChannelF_PAL"] = 15625.0 / 312.0, // 4000000 / (256 * 312)
["Coleco"] = 59.9227510135505,
["Doom"] = 35.0,
["DOS"] = 60,
["DOS"] = 70,
["FDS"] = 60.098813897440515532,
["FDS_PAL"] = 50.006977968268290849,
["GEN"] = 53693175 / (3420.0 * 262),
Expand Down

0 comments on commit 0d11d21

Please sign in to comment.