gb framerate should be exactly 262144 / 4389... i think, anyway

This commit is contained in:
goyuken 2012-12-29 18:35:45 +00:00
parent 8715f2bb2a
commit b5de78bdde
1 changed files with 1 additions and 1 deletions

View File

@ -1023,7 +1023,7 @@ namespace BizHawk.MultiClient
const double VBOY = (20000000 / (259 * 384 * 4)); //~50.273
const double LYNX = 59.8;
const double WSWAN = (3072000.0 / (159 * 256));
const double GB = 59.7275005696058;
const double GB = 262144.0 / 4389.0;
const double A26 = 59.9227510135505;
double seconds = 0;
double frames = (double)frameCount;