reduce alt+enter delay
This commit is contained in:
parent
2d009fe477
commit
1f931870d2
2 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue