mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-16 03:12:40 +00: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