mirror of https://github.com/stella-emu/stella.git
oops
This commit is contained in:
parent
0f751d268c
commit
2722435f36
|
@ -482,7 +482,7 @@ int FrameBufferSDL2::gameRefreshRate() const
|
||||||
const string format = myOSystem.console().getFormatString();
|
const string format = myOSystem.console().getFormatString();
|
||||||
const bool isNtsc = format == "NTSC" || format == "PAL60" || format == "SECAM60";
|
const bool isNtsc = format == "NTSC" || format == "PAL60" || format == "SECAM60";
|
||||||
|
|
||||||
return isNtsc ? 75 : 50; // TODO: check for multiples e.g. 120/100 too
|
return isNtsc ? 60 : 50; // TODO: check for multiples e.g. 120/100 too
|
||||||
}
|
}
|
||||||
return 60;
|
return 60;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue