mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-01 03:15:10 +01:00
3a23ec06a4
The NSO format is used by all retail games and some homebrew. It supports compressing sections with lz4 and dynamic linking through the use of rtld.
17 lines
531 B
Plaintext
17 lines
531 B
Plaintext
[submodule "app/libraries/tinyxml2"]
|
|
path = app/libraries/tinyxml2
|
|
url = https://github.com/leethomason/tinyxml2
|
|
[submodule "app/libraries/fmt"]
|
|
path = app/libraries/fmt
|
|
url = https://github.com/fmtlib/fmt
|
|
[submodule "app/libraries/oboe"]
|
|
path = app/libraries/oboe
|
|
url = https://github.com/google/oboe
|
|
branch = 1.3-stable
|
|
[submodule "app/libraries/vkhpp"]
|
|
path = app/libraries/vkhpp
|
|
url = https://github.com/skyline-emu/vkhpp
|
|
[submodule "app/libraries/lz4"]
|
|
path = app/libraries/lz4
|
|
url = https://github.com/lz4/lz4.git
|