sprofile: update for 14.0.0 (orphaned profiles now deleted on import)

This commit is contained in:
Michael Scire
2022-03-21 23:20:31 -07:00
committed by SciresM
parent 588d761615
commit 0cfc93d423
22 changed files with 320 additions and 112 deletions

View File

@@ -21,6 +21,7 @@ namespace ams::sprofile::srv {
Result ReadFile(const char *path, void *dst, size_t size, s64 offset);
Result WriteFile(const char *path, const void *src, size_t size);
Result MoveFile(const char *src_path, const char *dst_path);
Result DeleteFile(const char *path);
Result EnsureDirectory(const char *path);