mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-22 13:25:51 +12:00
[PTM] Stub ConfigureNew3DSCPU
This commit is contained in:
parent
ca7ee380ec
commit
d0db2eefce
3 changed files with 12 additions and 2 deletions
|
@ -104,7 +104,8 @@ static std::map<std::string, Handle> serviceMap = {
|
|||
{ "mic:u", KernelHandles::MIC },
|
||||
{ "ndm:u", KernelHandles::NDM },
|
||||
{ "nim:aoc", KernelHandles::NIM },
|
||||
{ "ptm:u", KernelHandles::PTM },
|
||||
{ "ptm:u", KernelHandles::PTM }, // TODO: ptm:u and ptm:sysm have very different command sets
|
||||
{ "ptm:sysm", KernelHandles::PTM },
|
||||
{ "y2r:u", KernelHandles::Y2R }
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue