skyline/app
Billy Laws e9bcdd06eb Introduce a pipeline cache manager for simple read/write cache accesses
All writes are done async into a staging file, which is then merged into the main pipeline cache file at the time of the next launch. Upon encountering file corruption the cache can be trimmed up to the last-known-good entry to avoid any excessive loss of data from just one error.
2022-12-22 18:05:45 +00:00
..
libraries Include BS thread pool library 2022-12-22 18:05:45 +00:00
src/main Introduce a pipeline cache manager for simple read/write cache accesses 2022-12-22 18:05:45 +00:00
.gitignore libNX FS Initalization (v0.3) 2019-10-18 16:22:38 +05:30
build.gradle Introduce a releasedebug build variant 2022-10-17 18:39:32 +02:00
CMakeLists.txt Introduce a pipeline cache manager for simple read/write cache accesses 2022-12-22 18:05:45 +00:00
proguard-rules.pro Add kotlinx.serialization-json dependencies 2022-08-06 22:00:19 +05:30