fixed naming for APT_U

This commit is contained in:
bunnei 2014-04-15 22:42:35 -04:00
parent 7ec5950bc4
commit 386dd722e7
3 changed files with 9 additions and 9 deletions

View file

@ -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");
}