mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 05:57:51 -05: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:
@ -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.
|
||||
|
Reference in New Issue
Block a user