1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 14:14:47 +01:00

reduce alt+enter delay

This commit is contained in:
FunkyFr3sh 2023-07-07 07:22:01 +02:00
parent 2d009fe477
commit 1f931870d2
2 changed files with 2 additions and 2 deletions

View File

@ -431,7 +431,7 @@ static BOOL d3d9_update_vertices(BOOL upscale_hack, BOOL stretch)
DWORD WINAPI d3d9_render_main(void)
{
Sleep(500);
Sleep(250);
fpsl_init();

View File

@ -27,7 +27,7 @@ static OGLRENDERER g_ogl;
DWORD WINAPI ogl_render_main(void)
{
Sleep(500);
Sleep(250);
g_ogl.got_error = g_ogl.use_opengl = FALSE;
g_ogl.context = ogl_create_context(g_ddraw->render.hdc);