mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-22 20:58:09 +00:00
lm: Amend names of Initialize() in Logger and Initialize() in LM
Amends these to match the information on Switch Brew.
This commit is contained in:
parent
a35847e520
commit
24db60566b
2 changed files with 7 additions and 7 deletions
|
@ -16,7 +16,7 @@ public:
|
|||
~LM() = default;
|
||||
|
||||
private:
|
||||
void Initialize(Kernel::HLERequestContext& ctx);
|
||||
void OpenLogger(Kernel::HLERequestContext& ctx);
|
||||
};
|
||||
|
||||
/// Registers all LM services with the specified service manager.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue