mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 00:27:56 -05:00
Merge pull request #380 from ogniK5377/service-impl
Implemented some useful interfaces needed for games.
This commit is contained in:
@ -48,6 +48,7 @@ namespace Log {
|
||||
SUB(Service, NS) \
|
||||
SUB(Service, NVDRV) \
|
||||
SUB(Service, PCTL) \
|
||||
SUB(Service, PREPO) \
|
||||
SUB(Service, SET) \
|
||||
SUB(Service, SM) \
|
||||
SUB(Service, SPL) \
|
||||
|
@ -65,6 +65,7 @@ enum class Class : ClassType {
|
||||
Service_NS, ///< The NS services
|
||||
Service_NVDRV, ///< The NVDRV (Nvidia driver) service
|
||||
Service_PCTL, ///< The PCTL (Parental control) service
|
||||
Service_PREPO, ///< The PREPO (Play report) service
|
||||
Service_SET, ///< The SET (Settings) service
|
||||
Service_SM, ///< The SM (Service manager) service
|
||||
Service_SPL, ///< The SPL service
|
||||
|
Reference in New Issue
Block a user