mirror of https://github.com/PCSX2/pcsx2.git
Updater: Use ifdef for multi isa check
if worked fine but it really should be ifdef
This commit is contained in:
parent
bf32cdd683
commit
d7ef8a48fe
|
@ -57,7 +57,7 @@
|
|||
#define UPDATE_PLATFORM_STR "Linux"
|
||||
#endif
|
||||
|
||||
#if MULTI_ISA_SHARED_COMPILATION
|
||||
#ifdef MULTI_ISA_SHARED_COMPILATION
|
||||
// #undef UPDATE_ADDITIONAL_TAGS
|
||||
#elif _M_SSE >= 0x501
|
||||
#define UPDATE_ADDITIONAL_TAGS "AVX2"
|
||||
|
|
Loading…
Reference in New Issue