mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-05 07:45:08 +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.
12 lines
526 B
XML
12 lines
526 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="VcsDirectoryMappings">
|
|
<mapping directory="" vcs="Git" />
|
|
<mapping directory="$PROJECT_DIR$/app/libraries/fmt" vcs="Git" />
|
|
<mapping directory="$PROJECT_DIR$/app/libraries/lz4" vcs="Git" />
|
|
<mapping directory="$PROJECT_DIR$/app/libraries/oboe" vcs="Git" />
|
|
<mapping directory="$PROJECT_DIR$/app/libraries/tinyxml2" vcs="Git" />
|
|
<mapping directory="$PROJECT_DIR$/app/libraries/vkhpp" vcs="Git" />
|
|
</component>
|
|
</project>
|