mirror of https://github.com/PCSX2/pcsx2.git
Updater: Formatting
This commit is contained in:
parent
6b3a8066e3
commit
bf32cdd683
|
@ -49,21 +49,21 @@
|
||||||
// We use tagged commit, because this gets set on nightly builds.
|
// We use tagged commit, because this gets set on nightly builds.
|
||||||
#if (defined(_WIN32) || defined(__linux__)) && (defined(GIT_TAGGED_COMMIT) && GIT_TAGGED_COMMIT)
|
#if (defined(_WIN32) || defined(__linux__)) && (defined(GIT_TAGGED_COMMIT) && GIT_TAGGED_COMMIT)
|
||||||
|
|
||||||
#define AUTO_UPDATER_SUPPORTED 1
|
#define AUTO_UPDATER_SUPPORTED 1
|
||||||
|
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
#define UPDATE_PLATFORM_STR "Windows"
|
#define UPDATE_PLATFORM_STR "Windows"
|
||||||
#elif defined(__linux__)
|
#elif defined(__linux__)
|
||||||
#define UPDATE_PLATFORM_STR "Linux"
|
#define UPDATE_PLATFORM_STR "Linux"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if MULTI_ISA_SHARED_COMPILATION
|
#if MULTI_ISA_SHARED_COMPILATION
|
||||||
// #undef UPDATE_ADDITIONAL_TAGS
|
// #undef UPDATE_ADDITIONAL_TAGS
|
||||||
#elif _M_SSE >= 0x501
|
#elif _M_SSE >= 0x501
|
||||||
#define UPDATE_ADDITIONAL_TAGS "AVX2"
|
#define UPDATE_ADDITIONAL_TAGS "AVX2"
|
||||||
#else
|
#else
|
||||||
#define UPDATE_ADDITIONAL_TAGS "SSE4"
|
#define UPDATE_ADDITIONAL_TAGS "SSE4"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue