mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-07 10:00:35 +00:00
Vanilla config for Windows and win-x86 only
This commit is contained in:
parent
3f5fdc39a5
commit
2f7ae611ed
2 changed files with 9 additions and 4 deletions
|
@ -206,6 +206,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue