skyline/app
Billy Laws 5c103ce9a6 Introduce basic VFS backing system together with two implementations
- The backing system provides a flexible way to access a a region of
   abstract memory.

- It is currently barebones and only has support for reading data but
   this will be expanded as necessary.

The current implementations are:
- OsBacking - A backing that abstracts a linux file descriptor
- RegionBacking - A backing that creates a region from a portion of an
   existing one
2020-06-20 20:26:53 +00:00
..
libraries Move vkhpp to it's own repository 2020-04-23 22:26:27 +05:30
src/main Introduce basic VFS backing system together with two implementations 2020-06-20 20:26:53 +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 Introduce basic VFS backing system together with two implementations 2020-06-20 20:26:53 +00:00
proguard-rules.pro Improvements to UI/UX 2020-04-24 17:09:13 +05:30