summaryrefslogtreecommitdiff
path: root/src/stdafx.h
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2018-04-29 14:12:23 +0200
committerPatric Stout <truebrain@openttd.org>2018-04-29 15:32:16 +0200
commit85adde74858161240860ed9e4bf67f9be838de45 (patch)
treec49c092551d1b9070afe61447c412b9f0f107a11 /src/stdafx.h
parent8d8b9a026a5915c2bf4591b74d79dfa1dcf791d8 (diff)
downloadopenttd-85adde74858161240860ed9e4bf67f9be838de45.tar.xz
Remove: PSP support
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))