Updater: Use ifdef for multi isa check

if worked fine but it really should be ifdef
This commit is contained in:
TellowKrinkle 2022-12-11 14:12:21 -06:00 committed by refractionpcsx2
parent bf32cdd683
commit d7ef8a48fe
1 changed files with 1 additions and 1 deletions

View File

@ -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"