platform/linux: implement debug timers and cl_maxframetime to catch very long frames on debugger

This commit is contained in:
mittorn
2023-12-24 07:46:09 +03:00
committed by Alibek Omarov
parent a488f79852
commit b4a7c266b5
4 changed files with 58 additions and 0 deletions

View File

@@ -549,5 +549,6 @@ void V_PostRender( void )
SCR_MakeScreenShot();
ref.dllFuncs.R_AllowFog( true );
Platform_SetTimer( 0.0f );
ref.dllFuncs.R_EndFrame();
}