Merge branch 'master' into d3d12

This commit is contained in:
Triang3l
2019-04-14 18:09:44 +03:00
6 changed files with 198 additions and 0 deletions

View File

@@ -232,6 +232,7 @@ solution("xenia")
configurations({"Checked", "Debug", "Release"})
-- Include third party files first so they don't have to deal with gflags.
include("third_party/aes_128.lua")
include("third_party/capstone.lua")
include("third_party/dxbc.lua")
include("third_party/gflags.lua")