Skip to content

Commit

Permalink
Update borealis
Browse files Browse the repository at this point in the history
  • Loading branch information
xfangfang committed Feb 25, 2025
1 parent 35d50d8 commit a794797
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion library/borealis
6 changes: 6 additions & 0 deletions wiliwili/source/utils/version_helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,13 @@ std::string APPVersion::getPlatform() {
#elif defined(__WINRT__)
return "UWP";
#elif defined(_WIN32)
#if defined(_M_ARM64)
return "Windows-arm";
#elif defined(_WIN64)
return "Windows";
#else
return "Windows-x86";
#endif
#elif defined(__SWITCH__)
#ifdef BOREALIS_USE_DEKO3D
return "NX-deko3d";
Expand Down

0 comments on commit a794797

Please sign in to comment.