summaryrefslogtreecommitdiffstats
path: root/src/core/re3.cpp
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2021-01-23 01:34:15 +0100
committerGitHub <noreply@github.com>2021-01-23 01:34:15 +0100
commit10120eb12fb91db551a00839ab30d7542634b87d (patch)
treee8c670366d80e62776b0856466625b50af97c0c7 /src/core/re3.cpp
parentfix config.h (diff)
parentIncludes overhaul, fix some compiler warnings (diff)
downloadre3-10120eb12fb91db551a00839ab30d7542634b87d.tar
re3-10120eb12fb91db551a00839ab30d7542634b87d.tar.gz
re3-10120eb12fb91db551a00839ab30d7542634b87d.tar.bz2
re3-10120eb12fb91db551a00839ab30d7542634b87d.tar.lz
re3-10120eb12fb91db551a00839ab30d7542634b87d.tar.xz
re3-10120eb12fb91db551a00839ab30d7542634b87d.tar.zst
re3-10120eb12fb91db551a00839ab30d7542634b87d.zip
Diffstat (limited to 'src/core/re3.cpp')
-rw-r--r--src/core/re3.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/re3.cpp b/src/core/re3.cpp
index 80e8cb6b..7b3ab10c 100644
--- a/src/core/re3.cpp
+++ b/src/core/re3.cpp
@@ -1,7 +1,6 @@
#include <csignal>
#define WITHWINDOWS
#include "common.h"
-#include "crossplatform.h"
#include "Renderer.h"
#include "Occlusion.h"
#include "Credits.h"
@@ -39,6 +38,10 @@
#include "ControllerConfig.h"
#endif
+#ifdef DONT_TRUST_RECOGNIZED_JOYSTICKS
+#include "crossplatform.h"
+#endif
+
#ifndef _WIN32
#include "assert.h"
#include <stdarg.h>