summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
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/openttd.cpp
parent8d8b9a026a5915c2bf4591b74d79dfa1dcf791d8 (diff)
downloadopenttd-85adde74858161240860ed9e4bf67f9be838de45.tar.xz
Remove: PSP support
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index dd48fb986..24e3e97ff 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -1407,11 +1407,6 @@ static void DoAutosave()
{
char buf[MAX_PATH];
-#if defined(PSP)
- /* Autosaving in networking is too time expensive for the PSP */
- if (_networking) return;
-#endif /* PSP */
-
if (_settings_client.gui.keep_all_autosave) {
GenerateDefaultSaveName(buf, lastof(buf));
strecat(buf, ".sav", lastof(buf));