mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 21:05:50 +12:00
Add nwm::UDS
This commit is contained in:
parent
f37b47f2d0
commit
db50054128
7 changed files with 83 additions and 4 deletions
|
@ -28,6 +28,7 @@
|
|||
#include "services/mcu/mcu_hwc.hpp"
|
||||
#include "services/mic.hpp"
|
||||
#include "services/ndm.hpp"
|
||||
#include "services/nwm_uds.hpp"
|
||||
#include "services/news_u.hpp"
|
||||
#include "services/nfc.hpp"
|
||||
#include "services/nim.hpp"
|
||||
|
@ -72,6 +73,7 @@ class ServiceManager {
|
|||
NDMService ndm;
|
||||
NewsUService news_u;
|
||||
NFCService nfc;
|
||||
NwmUdsService nwm_uds;
|
||||
NIMService nim;
|
||||
PTMService ptm;
|
||||
SOCService soc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue