Merge pull request #3086 from Subv/swkbd_launch

HLE/APT: Allow launching native applets instead of HLE ones.
This commit is contained in:
Weiyi Wang 2017-12-03 11:38:29 +02:00 committed by GitHub
commit 2664042325
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 101 additions and 2 deletions

View file

@ -47,6 +47,7 @@ namespace Log {
SUB(Service, NDM) \
SUB(Service, NFC) \
SUB(Service, NIM) \
SUB(Service, NS) \
SUB(Service, NWM) \
SUB(Service, CAM) \
SUB(Service, CECD) \

View file

@ -64,6 +64,7 @@ enum class Class : ClassType {
Service_NDM, ///< The NDM (Network daemon manager) service
Service_NFC, ///< The NFC service
Service_NIM, ///< The NIM (Network interface manager) service
Service_NS, ///< The NS (Nintendo User Interface Shell) service
Service_NWM, ///< The NWM (Network wlan manager) service
Service_CAM, ///< The CAM (Camera) service
Service_CECD, ///< The CECD (StreetPass) service