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:
Lioncash 2018-07-25 22:27:42 -04:00
parent a35847e520
commit 24db60566b
2 changed files with 7 additions and 7 deletions

View file

@ -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.