Add BOSS service

This commit is contained in:
wheremyfoodat 2023-01-06 02:40:45 +02:00
parent 243224eed3
commit f965dea916
7 changed files with 60 additions and 5 deletions

View file

@ -30,6 +30,7 @@ namespace Log {
// Service loggers
static Logger<false> acLogger;
static Logger<false> aptLogger;
static Logger<false> bossLogger;
static Logger<false> cecdLogger;
static Logger<false> cfgLogger;
static Logger<false> dspServiceLogger;