Add AM and NIM services

This commit is contained in:
wheremyfoodat 2023-01-06 03:44:04 +02:00
parent f965dea916
commit 64de1391ab
9 changed files with 136 additions and 8 deletions

View file

@ -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;