mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-06 02:51:38 +12:00
Add FRD service
This commit is contained in:
parent
94fe205c48
commit
9f07286de8
7 changed files with 91 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue