Merge branch 'master' into vulkan

This commit is contained in:
Triang3l
2021-10-31 16:27:37 +03:00
40 changed files with 897 additions and 239 deletions

View File

@@ -429,7 +429,7 @@ void EmulatorWindow::ShowCommitID() {
"https://github.com/xenia-project/xenia/pull/" XE_BUILD_PR_NUMBER);
#else
LaunchWebBrowser(
"https://github.com/xenia-project/xenia/commit/" XE_BUILD_COMMIT "/");
"https://github.com/xenia-project/xenia/commit/" XE_BUILD_COMMIT);
#endif
}