From 20106f8cd506dd4a005e17b9c947b901b1acafbb Mon Sep 17 00:00:00 2001 From: Margen67 Date: Mon, 7 Jul 2025 00:37:44 -0700 Subject: [PATCH] [xb] Fix typo --- premake5.lua | 2 +- xenia-build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/premake5.lua b/premake5.lua index 8f44e9d1a..623dbacd0 100644 --- a/premake5.lua +++ b/premake5.lua @@ -255,7 +255,7 @@ workspace("xenia") -- 10.0.22000.0: DWMWA_WINDOW_CORNER_PREFERENCE. filter("action:vs2017") systemversion("10.0.22000.0") - filter("action:vs2019") + filter("action:vs2019 or vs2022") systemversion("10.0") filter({}) end diff --git a/xenia-build b/xenia-build index 67be7caf4..9c1bffd31 100755 --- a/xenia-build +++ b/xenia-build @@ -516,7 +516,7 @@ def run_premake(target_os, action, cc=None): Args: target_os: target --os to pass to premake. - action: action to preform. + action: action to perform. """ args = [ sys.executable,