Merge branch 'unstable' of github.com:djoslin0/sm64ex-coop into unstable
This commit is contained in:
commit
95b9431497
|
@ -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"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
// Adapted from PeachyPeach's sm64pc-omm
|
||||
|
||||
#if defined(_WIN32)
|
||||
#ifdef HAVE_SDL2
|
||||
#include <SDL2/SDL.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <windows.h>
|
||||
#include <dbghelp.h>
|
||||
|
@ -492,3 +492,4 @@ __attribute__((constructor)) static void init_crash_handler() {
|
|||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue