[PTM] Stub ConfigureNew3DSCPU

This commit is contained in:
wheremyfoodat 2023-04-21 01:50:19 +03:00
parent ca7ee380ec
commit d0db2eefce
3 changed files with 12 additions and 2 deletions

View file

@ -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 }
};