summaryrefslogtreecommitdiff
path: root/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdafx.h')
-rw-r--r--src/stdafx.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/stdafx.h b/src/stdafx.h
index 29f32c3ce..22259f71d 100644
--- a/src/stdafx.h
+++ b/src/stdafx.h
@@ -37,6 +37,12 @@
# define strcasecmp stricmp
#endif
+#if defined(PSP)
+# include <psptypes.h>
+# include <pspdebug.h>
+# include <pspthreadman.h>
+#endif /* PSP */
+
#ifdef __BEOS__
# include <SupportDefs.h>
#endif
@@ -81,7 +87,8 @@
/* PSP can only have 10 file-descriptors open at any given time, but this
* switch only limits reads via the Fio system. So keep 2 fds free for things
* like saving a game. */
-#define LIMITED_FDS 8
+# define LIMITED_FDS 8
+# define printf pspDebugScreenPrintf
#endif /* PSP */
/* by default we use [] var arrays */