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 8650be1020
commit 6f4d3d8163
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.