skyline/app
Billy Laws db64f53cfb Implement filesystem backends for RomFS and Partition FS
RomFS is a hierarchial filesystem where each level is made up of a
linked list of files and child directories. It is used in NCAs to store
the applications icon as well as by applications themselves for
accessing assets.

Partition FS encapsulates both the HFS0 found in XCIs and the PFS0 used
for ExeFS images and NSPs, it is purely file based and has no support at
all for directories aside from the root.
2020-07-01 06:24:41 +00:00
..
libraries Move vkhpp to it's own repository 2020-04-23 22:26:27 +05:30
src/main Implement filesystem backends for RomFS and Partition FS 2020-07-01 06:24:41 +00:00
.gitignore libNX FS Initalization (v0.3) 2019-10-18 16:22:38 +05:30
build.gradle Replace xdrop/fuzzywuzzy with tdebatty/java-string-similarity 2020-04-23 22:26:27 +05:30
CMakeLists.txt Implement filesystem backends for RomFS and Partition FS 2020-07-01 06:24:41 +00:00
proguard-rules.pro Improvements to UI/UX 2020-04-24 17:09:13 +05:30