From 6bb5453110eb0f120e01f3437585c52514b2bcc4 Mon Sep 17 00:00:00 2001 From: Gliniak <153369+Gliniak@users.noreply.github.com> Date: Sat, 7 Mar 2026 20:02:04 +0100 Subject: [PATCH] [Build] Removed hardcoded generator for VS2022 Thanks tam098782 --- xenia-build.py | 1 - 1 file changed, 1 deletion(-) diff --git a/xenia-build.py b/xenia-build.py index 5afb0c1bc..f9b230ef6 100755 --- a/xenia-build.py +++ b/xenia-build.py @@ -1803,7 +1803,6 @@ class DevenvCommand(Command): "cmake", "-S", ".", "-B", vs_build_dir, - "-G", "Visual Studio 17 2022", "-A", "x64", "-DXENIA_BUILD_TESTS=ON", ])