summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/lm/lm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/lm/lm.cpp b/src/core/hle/service/lm/lm.cpp
index f4f6533ad..93e1fde01 100644
--- a/src/core/hle/service/lm/lm.cpp
+++ b/src/core/hle/service/lm/lm.cpp
@@ -39,7 +39,7 @@ struct LogPacketHeaderEntry {
39namespace std { 39namespace std {
40template <> 40template <>
41struct hash<Service::LM::LogPacketHeaderEntry> { 41struct hash<Service::LM::LogPacketHeaderEntry> {
42 std::size_t operator()(const Service::LM::LogPacketHeaderEntry& k) const { 42 std::size_t operator()(const Service::LM::LogPacketHeaderEntry& k) const noexcept {
43 std::size_t seed{}; 43 std::size_t seed{};
44 boost::hash_combine(seed, k.pid); 44 boost::hash_combine(seed, k.pid);
45 boost::hash_combine(seed, k.tid); 45 boost::hash_combine(seed, k.tid);