Skip to content

Commit a794797

Browse files
committed
Update borealis
1 parent 35d50d8 commit a794797

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

wiliwili/source/utils/version_helper.cpp

+6
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,13 @@ std::string APPVersion::getPlatform() {
4545
#elif defined(__WINRT__)
4646
return "UWP";
4747
#elif defined(_WIN32)
48+
#if defined(_M_ARM64)
49+
return "Windows-arm";
50+
#elif defined(_WIN64)
4851
return "Windows";
52+
#else
53+
return "Windows-x86";
54+
#endif
4955
#elif defined(__SWITCH__)
5056
#ifdef BOREALIS_USE_DEKO3D
5157
return "NX-deko3d";

0 commit comments

Comments
 (0)