mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 12:05:11 +00:00
Update controller_bind_mapping.c
This commit is contained in:
parent
956a95bb8f
commit
46a4b377a5
1 changed files with 4 additions and 1 deletions
|
@ -1,8 +1,11 @@
|
|||
#ifdef HAVE_SDL2
|
||||
#include <SDL2/SDL.h>
|
||||
#else
|
||||
#ifdef HAVE_SDL
|
||||
|
||||
#include <SDL/SDL.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "controller_bind_mapping.h"
|
||||
#include "controller_api.h"
|
||||
|
|
Loading…
Reference in a new issue