mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-07 03:21:38 +12:00
Add AM and NIM services
This commit is contained in:
parent
f965dea916
commit
64de1391ab
9 changed files with 136 additions and 8 deletions
|
@ -29,6 +29,7 @@ namespace Log {
|
|||
|
||||
// Service loggers
|
||||
static Logger<false> acLogger;
|
||||
static Logger<false> amLogger;
|
||||
static Logger<false> aptLogger;
|
||||
static Logger<false> bossLogger;
|
||||
static Logger<false> cecdLogger;
|
||||
|
@ -40,6 +41,7 @@ namespace Log {
|
|||
static Logger<false> gspGPULogger;
|
||||
static Logger<false> gspLCDLogger;
|
||||
static Logger<false> micLogger;
|
||||
static Logger<false> nimLogger;
|
||||
static Logger<false> ndmLogger;
|
||||
static Logger<false> ptmLogger;
|
||||
static Logger<false> srvLogger;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue