Add gens frame rates to PlayformFrameRates, todo: Nag natt to put in more precise values than just 60 and 50
This commit is contained in:
parent
b76edcd6e8
commit
ddaf0cce04
|
@ -33,7 +33,8 @@ namespace BizHawk.Client.Common
|
|||
{ "GB", 262144.0 / 4389.0 }, //59.7275005696
|
||||
{ "GBC", 262144.0 / 4389.0 }, //59.7275005696
|
||||
{ "GBA", 262144.0 / 4389.0 }, //59.7275005696
|
||||
|
||||
{ "GEN", 60 },
|
||||
{ "GEN_PAL", 50 },
|
||||
// while the number of scanlines per frame is software controlled and variable, we
|
||||
// enforce exactly 262 (NTSC) 312 (PAL) per reference time frame
|
||||
{ "A26", 315000000.0 / 88.0 / 262.0 / 228.0 }, // 59.922751013550531429197560173856
|
||||
|
|
Loading…
Reference in New Issue