mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-28 12:58:05 +03:00
Add SDL as a submodule
This commit is contained in:
parent
6cb936d0cf
commit
ceed42a0ee
10 changed files with 464 additions and 28 deletions
5
.gitmodules
vendored
5
.gitmodules
vendored
|
@ -23,3 +23,8 @@
|
|||
url = https://github.com/KhronosGroup/SPIRV-Cross.git
|
||||
branch = master
|
||||
shallow = true
|
||||
[submodule "SDL"]
|
||||
path = Externals/SDL/SDL
|
||||
url = https://github.com/libsdl-org/SDL.git
|
||||
branch = main
|
||||
shallow = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue