diff options
author | withmorten <morten.with@gmail.com> | 2021-07-12 23:36:37 +0200 |
---|---|---|
committer | withmorten <morten.with@gmail.com> | 2021-07-12 23:36:37 +0200 |
commit | 6f0f9d7d695056575120ff49cc01297419c0d0e4 (patch) | |
tree | 44fec3bc4e383d0139432efc66d81acf97559e16 /src/core | |
parent | Merge branch 'miami' into lcs (diff) | |
parent | fix premake (diff) | |
download | re3-6f0f9d7d695056575120ff49cc01297419c0d0e4.tar re3-6f0f9d7d695056575120ff49cc01297419c0d0e4.tar.gz re3-6f0f9d7d695056575120ff49cc01297419c0d0e4.tar.bz2 re3-6f0f9d7d695056575120ff49cc01297419c0d0e4.tar.lz re3-6f0f9d7d695056575120ff49cc01297419c0d0e4.tar.xz re3-6f0f9d7d695056575120ff49cc01297419c0d0e4.tar.zst re3-6f0f9d7d695056575120ff49cc01297419c0d0e4.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h index c8fca082..4eda549b 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -209,6 +209,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 |