summaryrefslogtreecommitdiff
path: root/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdafx.h')
-rw-r--r--src/stdafx.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/stdafx.h b/src/stdafx.h
index 6c59d7f20..8c0f30252 100644
--- a/src/stdafx.h
+++ b/src/stdafx.h
@@ -100,12 +100,6 @@
#define strcasecmp stricmp
#endif
-#if defined(PSP)
- #include <psptypes.h>
- #include <pspdebug.h>
- #include <pspthreadman.h>
-#endif
-
#if defined(SUNOS) || defined(HPUX)
#include <alloca.h>
#endif
@@ -134,14 +128,6 @@
#define CLIB_USERGROUP_PROTOS_H
#endif /* __MORPHOS__ */
-#if defined(PSP)
- /* 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 printf pspDebugScreenPrintf
-#endif /* PSP */
-
/* Stuff for GCC */
#if defined(__GNUC__)
#define NORETURN __attribute__ ((noreturn))