sprofile: fully reimplement sprof:bg + sprof:sp

This commit is contained in:
Michael Scire
2021-09-16 16:14:26 -07:00
committed by SciresM
parent ae54ec5981
commit 89541c8042
18 changed files with 872 additions and 59 deletions

View File

@@ -20,6 +20,8 @@ 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 *dst_path, const char *src_path);
Result MoveFile(const char *src_path, const char *dst_path);
Result EnsureDirectory(const char *path);
}