Patched to compile on various platforms.

This commit is contained in:
Ryan C. Gordon
2016-04-12 18:11:36 -04:00
parent c61675dc5d
commit 9b4db2b8aa
8 changed files with 8 additions and 8 deletions

View File

@@ -36,7 +36,7 @@
#include "SDL_error.h"
#include "SDL_mutex.h"
#include "SDL_timer.h"
#include "../thread/SDL_systhread.h"
#include "../../thread/SDL_systhread.h"
/* Current pad state */
static SceCtrlData pad = { .Lx = 0, .Ly = 0, .Buttons = 0 };

View File

@@ -41,7 +41,7 @@
#include "SDL_hints.h"
#include "SDL_joystick.h"
#include "../SDL_sysjoystick.h"
#include "../thread/SDL_systhread.h"
#include "../../thread/SDL_systhread.h"
#if !SDL_EVENTS_DISABLED
#include "../../events/SDL_events_c.h"
#endif