mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-22 05:15:51 +12:00
Moar filesystem
This commit is contained in:
parent
712be4ce72
commit
88eebbcbae
7 changed files with 124 additions and 9 deletions
|
@ -95,6 +95,7 @@ void ServiceManager::registerClient(u32 messagePointer) {
|
|||
// clang-format off
|
||||
static std::map<std::string, Handle> serviceMap = {
|
||||
{ "ac:u", KernelHandles::AC },
|
||||
{ "act:a", KernelHandles::ACT },
|
||||
{ "act:u", KernelHandles::ACT },
|
||||
{ "am:app", KernelHandles::AM },
|
||||
{ "APT:S", KernelHandles::APT }, // TODO: APT:A, APT:S and APT:U are slightly different
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue