mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
Use latest Windows 10 SDK version.
This commit is contained in:
parent
827567a21a
commit
ae7a463b40
|
|
@ -227,7 +227,7 @@ solution("xenia")
|
||||||
platforms({"Windows"})
|
platforms({"Windows"})
|
||||||
-- Minimum version to support ID3D12GraphicsCommandList1 (for
|
-- Minimum version to support ID3D12GraphicsCommandList1 (for
|
||||||
-- SetSamplePositions).
|
-- SetSamplePositions).
|
||||||
systemversion("10.0.15063.0")
|
systemversion("10.0")
|
||||||
end
|
end
|
||||||
configurations({"Checked", "Debug", "Release"})
|
configurations({"Checked", "Debug", "Release"})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue