mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-16 02:48:44 +03:00
- 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