mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 22:57:57 -05:00
fixed naming for APT_U
This commit is contained in:
@ -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");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user