Merge branch 'master' into vulkan

This commit is contained in:
Triang3l
2021-07-03 20:59:25 +03:00
73 changed files with 1611 additions and 873 deletions

View File

@@ -1321,7 +1321,7 @@ def find_xenia_source_files():
return [os.path.join(root, name)
for root, dirs, files in os.walk('src')
for name in files
if name.endswith(('.cc', '.c', '.h', '.inl'))]
if name.endswith(('.cc', '.c', '.h', '.inl', '.inc'))]
def find_all_source_files():