mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
Add FRD service
This commit is contained in:
parent
94fe205c48
commit
9f07286de8
7 changed files with 91 additions and 4 deletions
|
@ -10,11 +10,12 @@ namespace KernelHandles {
|
|||
// Hardcoded handles
|
||||
CurrentThread = 0xFFFF8000, // Used by the original kernel
|
||||
CurrentProcess = 0xFFFF8001, // Used by the original kernel
|
||||
AC,
|
||||
AC, // Something network related
|
||||
APT, // App Title something service?
|
||||
CECD, // Streetpass stuff?
|
||||
CFG, // CFG service (Console & region info)
|
||||
HID, // HID service (Handles everything input-related including gyro)
|
||||
FRD, // Friend service (Miiverse friend service)
|
||||
FS, // Filesystem service
|
||||
GPU, // GPU service
|
||||
DSP, // DSP service (Used for audio decoding and output)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue