mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-04 14:17:24 +00:00
Merge branch 'master' into vulkan
This commit is contained in:
commit
ce68a09b0c
40 changed files with 897 additions and 239 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -55,9 +55,6 @@
|
|||
[submodule "third_party/premake-cmake"]
|
||||
path = third_party/premake-cmake
|
||||
url = https://github.com/Enhex/premake-cmake.git
|
||||
[submodule "third_party/premake-androidmk"]
|
||||
path = third_party/premake-androidmk
|
||||
url = https://github.com/Triang3l/premake-androidmk.git
|
||||
[submodule "third_party/date"]
|
||||
path = third_party/date
|
||||
url = https://github.com/HowardHinnant/date.git
|
||||
|
|
@ -67,6 +64,9 @@
|
|||
[submodule "third_party/FFmpeg"]
|
||||
path = third_party/FFmpeg
|
||||
url = https://github.com/xenia-project/FFmpeg.git
|
||||
[submodule "third_party/premake-androidndk"]
|
||||
path = third_party/premake-androidndk
|
||||
url = https://github.com/Triang3l/premake-androidndk.git
|
||||
[submodule "third_party/glslang"]
|
||||
path = third_party/glslang
|
||||
url = https://github.com/KhronosGroup/glslang.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue