mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-09 17:48:45 +00:00
Add boss:P service handle
This commit is contained in:
parent
799a54a5a8
commit
66bde84a4e
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ static std::map<std::string, Handle> serviceMap = {
|
|||
{ "APT:A", KernelHandles::APT },
|
||||
{ "APT:U", KernelHandles::APT },
|
||||
{ "boss:U", KernelHandles::BOSS },
|
||||
{ "boss:P", KernelHandles::BOSS },
|
||||
{ "cam:u", KernelHandles::CAM },
|
||||
{ "cecd:u", KernelHandles::CECD },
|
||||
{ "cfg:u", KernelHandles::CFG_U },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue