mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-14 22:05:59 +00:00
VITASDK compatibility
This commit is contained in:

committed by
Sam Lantinga

parent
7d89f09f74
commit
ca5e5d6154
@@ -28,7 +28,13 @@
|
||||
#include "SDL_vitasensor.h"
|
||||
#include "../SDL_syssensor.h"
|
||||
#include <psp2/motion.h>
|
||||
#if DOLCEVITA
|
||||
#include <psp2/error.h>
|
||||
#endif
|
||||
|
||||
#if !defined(SCE_MOTION_MAX_NUM_STATES)
|
||||
#define SCE_MOTION_MAX_NUM_STATES 64
|
||||
#endif
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
Reference in New Issue
Block a user