diff --git a/premake5.lua b/premake5.lua index d00ecb183..5fee82dde 100644 --- a/premake5.lua +++ b/premake5.lua @@ -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