diff options
author | withmorten <morten.with@gmail.com> | 2021-07-12 04:13:42 +0200 |
---|---|---|
committer | withmorten <morten.with@gmail.com> | 2021-07-12 04:24:10 +0200 |
commit | f50026828ad3bfb656496b3321b8e6b5c71fc7b1 (patch) | |
tree | 194bd18f6d30fdc2a58433946fe03e2c2096cb66 /src | |
parent | fix (diff) | |
download | re3-f50026828ad3bfb656496b3321b8e6b5c71fc7b1.tar re3-f50026828ad3bfb656496b3321b8e6b5c71fc7b1.tar.gz re3-f50026828ad3bfb656496b3321b8e6b5c71fc7b1.tar.bz2 re3-f50026828ad3bfb656496b3321b8e6b5c71fc7b1.tar.lz re3-f50026828ad3bfb656496b3321b8e6b5c71fc7b1.tar.xz re3-f50026828ad3bfb656496b3321b8e6b5c71fc7b1.tar.zst re3-f50026828ad3bfb656496b3321b8e6b5c71fc7b1.zip |
Diffstat (limited to 'src')
-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 874a1405..885f98b8 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -195,6 +195,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 |