skyline/app
Billy Laws 6edf89b538
Initial Savedata Implementation (#75)
* Rework VFS to support creating and writing files and introduce OsFileSystem
OsFileSystem abstracts a directory on the device using the filesystem API.
This also introduces GetEntryType and changes FileExists to use it.

* Implement the Horizon FileSystem APIs using our VFS framework
Horizon provides access to files through its IFileSystem class, we can
closely map this to our vfs::FileSystem class.

* Add support for creating application savedata
This implements basic savedata creation using the OsFileSystem API. The
data is stored in Skyline's private directory is stored in the same
format as yuzu.
2020-08-09 01:08:51 +05:30
..
libraries Fix lz4 submodule 2020-07-01 06:24:41 +00:00
src/main Initial Savedata Implementation (#75) 2020-08-09 01:08:51 +05:30
.gitignore libNX FS Initalization (v0.3) 2019-10-18 16:22:38 +05:30
build.gradle Update gradle, SDK and build tools to Android R 2020-07-08 20:11:55 +00:00
CMakeLists.txt Initial Savedata Implementation (#75) 2020-08-09 01:08:51 +05:30
proguard-rules.pro Improvements to UI/UX 2020-04-24 17:09:13 +05:30