mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
reduce alt+enter delay
This commit is contained in:
parent
2d009fe477
commit
1f931870d2
@ -431,7 +431,7 @@ static BOOL d3d9_update_vertices(BOOL upscale_hack, BOOL stretch)
|
|||||||
|
|
||||||
DWORD WINAPI d3d9_render_main(void)
|
DWORD WINAPI d3d9_render_main(void)
|
||||||
{
|
{
|
||||||
Sleep(500);
|
Sleep(250);
|
||||||
|
|
||||||
fpsl_init();
|
fpsl_init();
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ static OGLRENDERER g_ogl;
|
|||||||
|
|
||||||
DWORD WINAPI ogl_render_main(void)
|
DWORD WINAPI ogl_render_main(void)
|
||||||
{
|
{
|
||||||
Sleep(500);
|
Sleep(250);
|
||||||
g_ogl.got_error = g_ogl.use_opengl = FALSE;
|
g_ogl.got_error = g_ogl.use_opengl = FALSE;
|
||||||
|
|
||||||
g_ogl.context = ogl_create_context(g_ddraw->render.hdc);
|
g_ogl.context = ogl_create_context(g_ddraw->render.hdc);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user