[premake] Remove <VS2022 remnants

This commit is contained in:
Margen67 2025-07-11 23:22:46 -07:00
parent 235978018c
commit fd82727be6
1 changed files with 2 additions and 4 deletions

View File

@ -111,6 +111,7 @@ filter({"configurations:Release", "platforms:Windows"})
buildoptions({
"/Gw",
"/Ob3",
-- "/Qpar", -- TODO: Test this.
})
filter("platforms:Linux")
@ -264,10 +265,7 @@ workspace("xenia")
-- 10.0.15063.0: ID3D12GraphicsCommandList1::SetSamplePositions.
-- 10.0.19041.0: D3D12_HEAP_FLAG_CREATE_NOT_ZEROED.
-- 10.0.22000.0: DWMWA_WINDOW_CORNER_PREFERENCE.
filter("action:vs2017")
systemversion("10.0.22000.0")
filter("action:vs2019 or vs2022")
systemversion("10.0")
systemversion("latest")
filter({})
end
end