mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 04:05:45 +00:00
Deglobalize System: LDR
This commit is contained in:
parent
9196c150d6
commit
a2b9ed6d16
2 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue