mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-02-02 16:01:15 +00:00
Added header needed for SDL_Delay()
This commit is contained in:
parent
aeb275149a
commit
12aa4d5653
|
@ -25,6 +25,7 @@
|
|||
#if SDL_JOYSTICK_DINPUT
|
||||
|
||||
#include "SDL_hints.h"
|
||||
#include "SDL_timer.h"
|
||||
#include "SDL_windowsjoystick_c.h"
|
||||
#include "SDL_dinputjoystick_c.h"
|
||||
#include "SDL_rawinputjoystick_c.h"
|
||||
|
|
Loading…
Reference in a new issue