skyline/app/src/main
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
..
cpp Introduce basic VFS backing system together with two implementations 2020-06-20 20:26:53 +00:00
java/emu/skyline Improvements to UI/UX 2020-04-24 17:09:13 +05:30
res Improvements to UI/UX 2020-04-24 17:09:13 +05:30
AndroidManifest.xml Refactor Preferences and Loaders 2020-04-23 22:26:27 +05:30