fixed naming for APT_U
This commit is contained in:
parent
7ec5950bc4
commit
386dd722e7
3 changed files with 9 additions and 9 deletions
|
@ -74,7 +74,7 @@ Interface* Manager::FetchFromPortName(std::string port_name) {
|
|||
void Init() {
|
||||
g_manager = new Manager;
|
||||
g_manager->AddService(new SRV::Interface);
|
||||
g_manager->AddService(new APT_U);
|
||||
g_manager->AddService(new APT_U::Interface);
|
||||
NOTICE_LOG(HLE, "Services initialized OK");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue