summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2021-07-13 18:43:48 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2021-07-13 18:43:48 +0200
commit81aece7117acb5acb26b21d714f6b8103e9b6668 (patch)
tree13690c5ba23112f1dab4eb9eb20152fc6c305d62 /src/core/config.h
parentMerge remote-tracking branch 'upstream/lcs' into lcs (diff)
parentMerge remote-tracking branch 'origin/miami' into lcs (diff)
downloadre3-81aece7117acb5acb26b21d714f6b8103e9b6668.tar
re3-81aece7117acb5acb26b21d714f6b8103e9b6668.tar.gz
re3-81aece7117acb5acb26b21d714f6b8103e9b6668.tar.bz2
re3-81aece7117acb5acb26b21d714f6b8103e9b6668.tar.lz
re3-81aece7117acb5acb26b21d714f6b8103e9b6668.tar.xz
re3-81aece7117acb5acb26b21d714f6b8103e9b6668.tar.zst
re3-81aece7117acb5acb26b21d714f6b8103e9b6668.zip
Diffstat (limited to 'src/core/config.h')
-rw-r--r--src/core/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h
index 877b37cc..23978e4f 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -211,6 +211,10 @@ enum Config {
#define DEFAULT_NATIVE_RESOLUTION // Set default video mode to your native resolution (fixes Windows 10 launch)
#ifdef VANILLA_DEFINES
+#if !defined(_WIN32) || defined(__LP64__) || defined(_WIN64)
+#error Vanilla can only be built for win-x86
+#endif
+
#define FINAL
#define MASTER
//#define USE_MY_DOCUMENTS