skyline/app/src/main/cpp
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
..
skyline Implement filesystem backends for RomFS and Partition FS 2020-07-01 06:24:41 +00:00
emu_jni.cpp Introduce new loader JNI for parsing application data and port Kotlin 2020-06-20 20:26:53 +00:00
loader_jni.cpp Commonise executable loading infrastructure 2020-06-28 07:54:12 +00:00