mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 06:57:57 -05:00
Deglobalize System: Nim
This commit is contained in:
@ -8,8 +8,12 @@ namespace Service::SM {
|
||||
class ServiceManager;
|
||||
}
|
||||
|
||||
namespace Core {
|
||||
class System;
|
||||
}
|
||||
|
||||
namespace Service::NIM {
|
||||
|
||||
void InstallInterfaces(SM::ServiceManager& sm);
|
||||
void InstallInterfaces(SM::ServiceManager& sm, Core::System& system);
|
||||
|
||||
} // namespace Service::NIM
|
||||
|
Reference in New Issue
Block a user