mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-25 17:22:52 -05:00
Deglobalize System: LDR
This commit is contained in:
@ -11,6 +11,6 @@ class ServiceManager;
|
||||
namespace Service::LDR {
|
||||
|
||||
/// Registers all LDR services with the specified service manager.
|
||||
void InstallInterfaces(SM::ServiceManager& sm);
|
||||
void InstallInterfaces(SM::ServiceManager& sm, Core::System& system);
|
||||
|
||||
} // namespace Service::LDR
|
||||
|
Reference in New Issue
Block a user