mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-06 11:01:38 +12:00
Add BOSS service
This commit is contained in:
parent
243224eed3
commit
f965dea916
7 changed files with 60 additions and 5 deletions
|
@ -6,6 +6,7 @@
|
|||
#include "memory.hpp"
|
||||
#include "services/ac.hpp"
|
||||
#include "services/apt.hpp"
|
||||
#include "services/boss.hpp"
|
||||
#include "services/cecd.hpp"
|
||||
#include "services/cfg.hpp"
|
||||
#include "services/dsp.hpp"
|
||||
|
@ -32,6 +33,7 @@ class ServiceManager {
|
|||
|
||||
ACService ac;
|
||||
APTService apt;
|
||||
BOSSService boss;
|
||||
CECDService cecd;
|
||||
CFGService cfg;
|
||||
DSPService dsp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue