diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-10-25 09:50:17 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-10-25 09:50:17 +0200 |
commit | 6634410aee114e125a9c0564b2c7dd67619df5fc (patch) | |
tree | 0c66db92007b05b9ec37330f9e2c9f7d292e1af1 /src | |
parent | aac0c3fb679401eab584cf91c07bd4353022c91c (diff) |
Fix build
Diffstat (limited to 'src')
-rw-r--r-- | src/core/re3.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/re3.cpp b/src/core/re3.cpp index 98201d5a..d5a8099d 100644 --- a/src/core/re3.cpp +++ b/src/core/re3.cpp @@ -32,8 +32,11 @@ #include "MBlur.h" #include "postfx.h" #include "custompipes.h" + +#ifdef DONT_TRUST_RECOGNIZED_JOYSTICKS #include "FileMgr.h" #include "ControllerConfig.h" +#endif #ifndef _WIN32 #include "assert.h" |