Merge pull request #526 from purpasmart96/citra_stubs

Services: Stub some functions
This commit is contained in:
bunnei 2015-02-10 18:39:37 -05:00
commit ca22ee3239
8 changed files with 206 additions and 8 deletions

View file

@ -57,6 +57,7 @@ enum class Class : ClassType {
Service_GSP, ///< The GSP (GPU control) service
Service_AC, ///< The AC (WiFi status) service
Service_PTM, ///< The PTM (Power status & misc.) service
Service_LDR, ///< The LDR (3ds dll loader) service
Service_CFG, ///< The CFG (Configuration) service
Service_DSP, ///< The DSP (DSP control) service
Service_HID, ///< The HID (User input) service