mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-09-20 08:18:36 +00:00
Add am:sys service handle
This commit is contained in:
parent
ea3f9ef260
commit
e0d59dc568
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ static std::map<std::string, Handle> serviceMap = {
|
||||||
{ "act:a", KernelHandles::ACT },
|
{ "act:a", KernelHandles::ACT },
|
||||||
{ "act:u", KernelHandles::ACT },
|
{ "act:u", KernelHandles::ACT },
|
||||||
{ "am:app", KernelHandles::AM },
|
{ "am:app", KernelHandles::AM },
|
||||||
|
{ "am:sys", KernelHandles::AM },
|
||||||
{ "APT:S", KernelHandles::APT }, // TODO: APT:A, APT:S and APT:U are slightly different
|
{ "APT:S", KernelHandles::APT }, // TODO: APT:A, APT:S and APT:U are slightly different
|
||||||
{ "APT:A", KernelHandles::APT },
|
{ "APT:A", KernelHandles::APT },
|
||||||
{ "APT:U", KernelHandles::APT },
|
{ "APT:U", KernelHandles::APT },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue