summaryrefslogtreecommitdiff
path: root/premake5.lua
diff options
context:
space:
mode:
authorTriang3l <triang3l@yandex.ru>2022-05-10 15:57:50 +0300
committerTriang3l <triang3l@yandex.ru>2022-05-10 15:57:50 +0300
commitb9256fcdbd4f0d6107c1ab67475b18e349c91028 (patch)
tree82c5fb68b415ff3bd0fcd9dffacbd4de948038b9 /premake5.lua
parent9e6f96a2fc10480ba839650faaa320175e1b5a9f (diff)
parente6fb9883d2b9071c0d463a723ba74de8f040fe9d (diff)
Merge branch 'master' into vulkan
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua
index 464502ed4..1b5a8ec9d 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -225,8 +225,9 @@ workspace("xenia")
platforms({"Windows"})
-- 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.19041.0")
+ systemversion("10.0.22000.0")
filter("action:vs2019")
systemversion("10.0")
filter({})