Make filesystem decent, part 1 (#677)

This commit is contained in:
wheremyfoodat
2024-12-10 00:29:56 +02:00
committed by GitHub
parent 6be642a118
commit 79d24cba11
12 changed files with 95 additions and 56 deletions

View File

@@ -95,6 +95,7 @@ void ServiceManager::registerClient(u32 messagePointer) {
// clang-format off
static std::map<std::string, HorizonHandle> serviceMap = {
{ "ac:u", KernelHandles::AC },
{ "ac:i", KernelHandles::AC },
{ "act:a", KernelHandles::ACT },
{ "act:u", KernelHandles::ACT },
{ "am:app", KernelHandles::AM },