enables fullscreen exclusive mode for d3d9
This commit is contained in:
parent
d693217fc8
commit
c0a26ce858
4 changed files with 45 additions and 19 deletions
|
@ -52,11 +52,11 @@ void DrawFrameInfoStart()
|
|||
debugText,
|
||||
sizeof(debugText),
|
||||
"FPS: %lu | Time: %2.2f ms ",
|
||||
DebugFrameCount,
|
||||
DebugFrameCount * 2,
|
||||
DebugFrameTime);
|
||||
|
||||
DebugFrameCount = 0;
|
||||
tick_fps = tick_start + 1000;
|
||||
tick_fps = tick_start + 500;
|
||||
|
||||
CounterStart();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue