File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/BizHawk.Client.Common/movie Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ public static class PlatformFrameRates
19
19
[ "NES_PAL" ] = 50.006977968268290849 ,
20
20
[ "FDS" ] = 60.098813897440515532 ,
21
21
[ "FDS_PAL" ] = 50.006977968268290849 ,
22
- [ "SNES" ] = 21477272.0 / ( 4 * 341 * 262 ) , // 60.098475521
22
+ [ "SNES" ] = 21477272.0 / ( 4 * 341 * 262 - 2 ) , // 60.0988118623
23
23
[ "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
25
25
[ "SGB_PAL" ] = 21281370.0 / ( 4 * 341 * 312 ) , // 50.0069789082
26
26
[ "PCE" ] = 7159090.90909090 / 455 / 263 , // 59.8261054535
27
27
[ "PCECD" ] = 7159090.90909090 / 455 / 263 , // 59.8261054535
You can’t perform that action at this time.
0 commit comments