mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 12:03:07 +01:00
Define NO_RCT2 for non-x86 platforms
This commit is contained in:
@@ -32,6 +32,8 @@
|
||||
|
||||
#if defined(__i386__) || defined(_M_IX86)
|
||||
#define PLATFORM_X86
|
||||
#else
|
||||
#define NO_RCT2 1
|
||||
#endif
|
||||
|
||||
#if defined(__LP64__) || defined(_WIN64)
|
||||
|
||||
Reference in New Issue
Block a user