From 0b4e6c440e91f118b42a5e9e32a6b629ce4c387c Mon Sep 17 00:00:00 2001 From: Margen67 Date: Wed, 24 Jun 2026 23:24:42 -0700 Subject: [PATCH] [xb] Add VS2026 to vs_generator_map --- docs/building.md | 2 +- xenia-build.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/building.md b/docs/building.md index 011c553fe..8d39fa4ac 100644 --- a/docs/building.md +++ b/docs/building.md @@ -9,7 +9,7 @@ drivers. ### Windows * Windows 10 or later -* [Visual Studio 2022](https://www.visualstudio.com/downloads/) +* [Visual Studio 2022 or later](https://www.visualstudio.com/downloads/) * CMake 3.10+ (or C++ CMake tools for Windows) * Windows 11 SDK version 10.0.22000.0 (for Visual Studio 2022, this or any newer version) * [Python 3.6+ 64-bit](https://www.python.org/downloads/) diff --git a/xenia-build.py b/xenia-build.py index 8cdd2135f..b62646397 100755 --- a/xenia-build.py +++ b/xenia-build.py @@ -2080,8 +2080,8 @@ class DevenvCommand(Command): # and force the correct generator/instance since CMake might # otherwise pick a VS without ARM64 support. vs_generator_map = { - 2019: "Visual Studio 16 2019", 2022: "Visual Studio 17 2022", + 2026: "Visual Studio 18 2026", } try: vswhere_out = subprocess.check_output(