Removing default framerate for DOS
This commit is contained in:
parent
55e1f4bfeb
commit
27ef76ba1a
|
@ -35,7 +35,6 @@ namespace BizHawk.Client.Common
|
|||
["ChannelF_PAL"] = 15625.0 / 312.0, // 4000000 / (256 * 312)
|
||||
["Coleco"] = 59.9227510135505,
|
||||
["Doom"] = 35.0,
|
||||
["DOS"] = 70.086303, // Video dump from DOSBox-X has 70086303/1000000 (70.086303) framerate when launching into DOS.
|
||||
["FDS"] = 60.098813897440515532,
|
||||
["FDS_PAL"] = 50.006977968268290849,
|
||||
["GEN"] = 53693175 / (3420.0 * 262),
|
||||
|
|
Loading…
Reference in New Issue