summaryrefslogtreecommitdiff
path: root/premake5.lua
diff options
context:
space:
mode:
authorTriang3l <triang3l@yandex.ru>2022-05-05 21:46:20 +0300
committerTriang3l <triang3l@yandex.ru>2022-05-05 21:46:20 +0300
commit5875f6ab3181fef2120cb33d56d58ec79cb7ee82 (patch)
tree4a5755a6fa61277243273c786a2c6a20f93119f3 /premake5.lua
parent9c8e0cc53eb7b1a241d86f7e9d573cecd6a2cc16 (diff)
[UI] Windows: Disable rounded corners
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 f603b59af..449879afa 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({})