mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 20:57:56 -05:00
Merge pull request #2314 from mailwl/account
Service/ACT: move ACT services to folder
This commit is contained in:
@ -9,8 +9,7 @@
|
||||
|
||||
#include "core/hle/kernel/server_port.h"
|
||||
#include "core/hle/service/ac_u.h"
|
||||
#include "core/hle/service/act_a.h"
|
||||
#include "core/hle/service/act_u.h"
|
||||
#include "core/hle/service/act/act.h"
|
||||
#include "core/hle/service/am/am.h"
|
||||
#include "core/hle/service/apt/apt.h"
|
||||
#include "core/hle/service/boss/boss.h"
|
||||
@ -139,6 +138,7 @@ void Init() {
|
||||
AddNamedPort(new ERR::ERR_F);
|
||||
|
||||
FS::ArchiveInit();
|
||||
ACT::Init();
|
||||
AM::Init();
|
||||
APT::Init();
|
||||
BOSS::Init();
|
||||
@ -158,8 +158,6 @@ void Init() {
|
||||
QTM::Init();
|
||||
|
||||
AddService(new AC::AC_U);
|
||||
AddService(new ACT::ACT_A);
|
||||
AddService(new ACT::ACT_U);
|
||||
AddService(new CSND::CSND_SND);
|
||||
AddService(new DSP_DSP::Interface);
|
||||
AddService(new GSP::GSP_GPU);
|
||||
|
Reference in New Issue
Block a user