win32: Nominal frame time NTSC: 60.09881...

This commit is contained in:
Brandon Wright 2019-03-25 16:17:22 -05:00
parent 656f085331
commit 8513ecec51
1 changed files with 1 additions and 1 deletions

View File

@ -3306,7 +3306,7 @@ int WINAPI WinMain(
PCEnd = PCStart;
PCEndTicks = timeGetTime()*1000;
PCStartTicks = timeGetTime()*1000;
PCFrameTime = PCFrameTimeNTSC = (__int64)((float)PCBase / 59.948743718592964824120603015098f);
PCFrameTime = PCFrameTimeNTSC = (__int64)((float)PCBase / 60.09881389744051f);
PCFrameTimePAL = PCBase / 50;