mirror of
https://github.com/Takiiiiiiii/strato.git
synced 2025-07-17 08:46:39 +00:00
Implement NSO loader
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.
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -11,3 +11,6 @@
|
||||
[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
|
||||
|
Reference in New Issue
Block a user