mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-11 15:28:12 -05:00
Update the stub code of BOSS
This commit is contained in:
@ -37,6 +37,7 @@ namespace Log {
|
||||
SUB(Service, FS) \
|
||||
SUB(Service, ERR) \
|
||||
SUB(Service, APT) \
|
||||
SUB(Service, BOSS) \
|
||||
SUB(Service, GSP) \
|
||||
SUB(Service, AC) \
|
||||
SUB(Service, AM) \
|
||||
|
@ -54,6 +54,7 @@ enum class Class : ClassType {
|
||||
Service_FS, ///< The FS (Filesystem) service implementation
|
||||
Service_ERR, ///< The ERR (Error) port implementation
|
||||
Service_APT, ///< The APT (Applets) service
|
||||
Service_BOSS, ///< The BOSS (SpotPass) service
|
||||
Service_GSP, ///< The GSP (GPU control) service
|
||||
Service_AC, ///< The AC (WiFi status) service
|
||||
Service_AM, ///< The AM (Application manager) service
|
||||
|
Reference in New Issue
Block a user