This commit is contained in:
wheremyfoodat 2023-09-14 17:50:41 +03:00 committed by GitHub
parent 61bfd3d5ab
commit a7a4b81ea8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ namespace KernelHandles {
NEWS_U, // This service literally has 1 command (AddNotification) and I don't even understand what it does
PTM_U, // PTM service (Used for accessing various console info, such as battery, shell and pedometer state)
PTM_SYSM, // PTM system service
PTM_PLAY, // PTM Play service, ues for retrieving play history
PTM_PLAY, // PTM Play service, used for retrieving play history
SOC, // Socket service
SSL, // SSL service (Totally didn't expect that)
Y2R, // Also does camera stuff
@ -107,4 +107,4 @@ namespace KernelHandles {
default: return "Unknown";
}
}
}
}