mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 12:04:58 +00:00
Add hid:SPVR service handle
This commit is contained in:
parent
8a5d15289f
commit
8d0c2da1e0
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ static std::map<std::string, Handle> serviceMap = {
|
|||
{ "dlp:SRVR", KernelHandles::DLP_SRVR },
|
||||
{ "dsp::DSP", KernelHandles::DSP },
|
||||
{ "hid:USER", KernelHandles::HID },
|
||||
{ "hid:SPVR", KernelHandles::HID },
|
||||
{ "http:C", KernelHandles::HTTP },
|
||||
{ "ir:USER", KernelHandles::IR_USER },
|
||||
{ "frd:a", KernelHandles::FRD_A },
|
||||
|
|
Loading…
Add table
Reference in a new issue