WIP. build under Win32 without SDL

This commit is contained in:
Thomas Bernard
2018-05-31 17:29:29 +02:00
parent 4d86b8a0c1
commit 3e4f3d0313
12 changed files with 54 additions and 24 deletions

View File

@@ -1406,8 +1406,10 @@ void Main_handler(void)
}
else
{
#if defined(USE_SDL) || defined(USE_SDL2)
// Removed all SDL_Delay() timing here: relying on Get_input()
SDL_Delay(10);
#endif
}
// Gestion de la souris