Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Added missing include statements in implementation for PSP.
SDL_internal.h should be included to support dynamic API and fix warnings.
- Loading branch information
|
@@ -18,6 +18,7 @@ |
|
|
misrepresented as being the original software. |
|
|
3. This notice may not be removed or altered from any source distribution. |
|
|
*/ |
|
|
#include "../../SDL_internal.h" |
|
|
|
|
|
#include <stdio.h> |
|
|
#include <string.h> |
|
|
|
@@ -18,6 +18,7 @@ |
|
|
misrepresented as being the original software. |
|
|
3. This notice may not be removed or altered from any source distribution. |
|
|
*/ |
|
|
#include "../../SDL_internal.h" |
|
|
|
|
|
/* This is the PSP implementation of the SDL joystick API */ |
|
|
#include <pspctrl.h> |
|
|
|
@@ -18,6 +18,7 @@ |
|
|
misrepresented as being the original software. |
|
|
3. This notice may not be removed or altered from any source distribution. |
|
|
*/ |
|
|
#include "../../SDL_internal.h" |
|
|
|
|
|
/* Semaphore functions for the PSP. */ |
|
|
|
|
|
|
@@ -18,7 +18,7 @@ |
|
|
misrepresented as being the original software. |
|
|
3. This notice may not be removed or altered from any source distribution. |
|
|
*/ |
|
|
|
|
|
#include "../../SDL_internal.h" |
|
|
|
|
|
/* PSP thread management routines for SDL */ |
|
|
|
|
|
|
@@ -18,6 +18,7 @@ |
|
|
misrepresented as being the original software. |
|
|
3. This notice may not be removed or altered from any source distribution. |
|
|
*/ |
|
|
#include "../../SDL_internal.h" |
|
|
|
|
|
#include "SDL_thread.h" |
|
|
#include "SDL_timer.h" |
|
|
|
@@ -18,6 +18,7 @@ |
|
|
misrepresented as being the original software. |
|
|
3. This notice may not be removed or altered from any source distribution. |
|
|
*/ |
|
|
#include "../../SDL_internal.h" |
|
|
|
|
|
/* Being a null driver, there's no event stream. We just define stubs for |
|
|
most of the API. */ |
|
|
|
@@ -18,6 +18,7 @@ |
|
|
misrepresented as being the original software. |
|
|
3. This notice may not be removed or altered from any source distribution. |
|
|
*/ |
|
|
#include "../../SDL_internal.h" |
|
|
|
|
|
#include <stdlib.h> |
|
|
#include <string.h> |
|
|
|
@@ -18,6 +18,7 @@ |
|
|
misrepresented as being the original software. |
|
|
3. This notice may not be removed or altered from any source distribution. |
|
|
*/ |
|
|
#include "../../SDL_internal.h" |
|
|
|
|
|
|
|
|
#include <stdio.h> |
|
|