summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/lm/lm.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-07-26 04:27:42 +0200
committerLioncash <mathew1800@gmail.com>2018-07-26 04:39:39 +0200
commit6f4d3d8163621f4d21d4d31b21d89073c0124d65 (patch)
treef25dd84529cf9a0f3f204dabe1ade4de9ab499f0 /src/core/hle/service/lm/lm.h
parentlm: Add missing function entry to Logger's function table (diff)
downloadyuzu-6f4d3d8163621f4d21d4d31b21d89073c0124d65.tar
yuzu-6f4d3d8163621f4d21d4d31b21d89073c0124d65.tar.gz
yuzu-6f4d3d8163621f4d21d4d31b21d89073c0124d65.tar.bz2
yuzu-6f4d3d8163621f4d21d4d31b21d89073c0124d65.tar.lz
yuzu-6f4d3d8163621f4d21d4d31b21d89073c0124d65.tar.xz
yuzu-6f4d3d8163621f4d21d4d31b21d89073c0124d65.tar.zst
yuzu-6f4d3d8163621f4d21d4d31b21d89073c0124d65.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/lm/lm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/lm/lm.h b/src/core/hle/service/lm/lm.h
index 63d6506fe..9c15c2e5f 100644
--- a/src/core/hle/service/lm/lm.h
+++ b/src/core/hle/service/lm/lm.h
@@ -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.