mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-13 07:15:06 +01:00
6c6e665569
This commit implements tracing Skyline using https://perfetto.dev/ for SVCs, IPC, Scheduler and Presentation
28 lines
922 B
Plaintext
28 lines
922 B
Plaintext
[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
|
|
[submodule "app/libraries/frozen"]
|
|
path = app/libraries/frozen
|
|
url = https://github.com/serge-sans-paille/frozen
|
|
[submodule "app/libraries/pugixml"]
|
|
path = app/libraries/pugixml
|
|
url = https://github.com/zeux/pugixml.git
|
|
[submodule "app/libraries/tzcode"]
|
|
path = app/libraries/tzcode
|
|
url = https://github.com/skyline-emu/tz
|
|
branch = master
|
|
[submodule "app/libraries/perfetto"]
|
|
path = app/libraries/perfetto
|
|
url = https://android.googlesource.com/platform/external/perfetto
|
|
branch = releases/v12.x
|