[UI] Windows: Disable rounded corners

This commit is contained in:
Triang3l 2022-05-05 21:46:20 +03:00
parent 9c8e0cc53e
commit 5875f6ab31
5 changed files with 15 additions and 5 deletions

View file

@ -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({})