Day 28 complete.

This commit is contained in:
2026-04-02 16:06:00 -07:00
parent 88f235ede6
commit 457ff9707f
3 changed files with 88 additions and 10 deletions
+2 -2
View File
@@ -831,8 +831,6 @@ S32 main(S32 argc, char *argv[])
OldInput = &Input[1];
memset(&Input, 0, sizeof(Input));
NewInput->SecondsToAdvanceOverUpdate = TargetSecondsPerFrame;
GlobalPerfCountFrequency = SDL_GetPerformanceFrequency();
Game = SDLLoadGameCode(SDLState.DLLPath);
@@ -855,6 +853,8 @@ S32 main(S32 argc, char *argv[])
F64 MCPF;
#endif
NewInput->dtForFrame = TargetSecondsPerFrame;
LastCounter = SDLGetWallClock();
#if __x86_64__ || __i386__