mirror of https://github.com/snes9xgit/snes9x.git
Win32: Fix accidental frametime reversion.
This commit is contained in:
parent
6a789f9947
commit
07f1976dcf
|
@ -3314,7 +3314,7 @@ int WINAPI WinMain(
|
||||||
PCEnd = PCStart;
|
PCEnd = PCStart;
|
||||||
PCEndTicks = timeGetTime()*1000;
|
PCEndTicks = timeGetTime()*1000;
|
||||||
PCStartTicks = timeGetTime()*1000;
|
PCStartTicks = timeGetTime()*1000;
|
||||||
PCFrameTime = PCFrameTimeNTSC = (__int64)((float)PCBase / 59.9968);
|
PCFrameTime = PCFrameTimeNTSC = (__int64)((float)PCBase / 60.09881389744051f);
|
||||||
PCFrameTimePAL = PCBase / 50;
|
PCFrameTimePAL = PCBase / 50;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue