Add FRD service

This commit is contained in:
wheremyfoodat 2023-01-05 22:23:05 +02:00
parent 94fe205c48
commit 9f07286de8
7 changed files with 91 additions and 4 deletions

View file

@ -10,6 +10,7 @@
#include "services/cfg.hpp"
#include "services/dsp.hpp"
#include "services/hid.hpp"
#include "services/frd.hpp"
#include "services/fs.hpp"
#include "services/gsp_gpu.hpp"
#include "services/gsp_lcd.hpp"
@ -35,6 +36,7 @@ class ServiceManager {
CFGService cfg;
DSPService dsp;
HIDService hid;
FRDService frd;
FSService fs;
GPUService gsp_gpu;
LCDService gsp_lcd;