mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 05:57:56 -05:00
service: Add btm services
Adds the skeleton for the btm services based off the information on Switch Brew.
This commit is contained in:
@ -56,6 +56,7 @@ enum class Class : ClassType {
|
||||
Service_APM, ///< The APM (Performance) service
|
||||
Service_Audio, ///< The Audio (Audio control) service
|
||||
Service_BCAT, ///< The BCAT service
|
||||
Service_BTM, ///< The BTM service
|
||||
Service_Fatal, ///< The Fatal service
|
||||
Service_Friend, ///< The friend service
|
||||
Service_FS, ///< The FS (Filesystem) service
|
||||
|
Reference in New Issue
Block a user