summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-04-28 00:24:54 +0200
committerbunnei <ericbunnie@gmail.com>2014-04-28 00:24:54 +0200
commit451a14f98c4d881208c786a6a5aa621e2647aed5 (patch)
tree4f9aa0205814811c8054b9343c80d95bdbf418b4 /src/core/hle/service
parentremoved commented out line - this was for an unimplemented MRC call, no longer need to leave this here (diff)
downloadyuzu-451a14f98c4d881208c786a6a5aa621e2647aed5.tar
yuzu-451a14f98c4d881208c786a6a5aa621e2647aed5.tar.gz
yuzu-451a14f98c4d881208c786a6a5aa621e2647aed5.tar.bz2
yuzu-451a14f98c4d881208c786a6a5aa621e2647aed5.tar.lz
yuzu-451a14f98c4d881208c786a6a5aa621e2647aed5.tar.xz
yuzu-451a14f98c4d881208c786a6a5aa621e2647aed5.tar.zst
yuzu-451a14f98c4d881208c786a6a5aa621e2647aed5.zip
Diffstat (limited to 'src/core/hle/service')
-rw-r--r--src/core/hle/service/service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/service.h b/src/core/hle/service/service.h
index 9de17beab..b79dc9458 100644
--- a/src/core/hle/service/service.h
+++ b/src/core/hle/service/service.h
@@ -115,7 +115,7 @@ private:
u32 m_uid;
std::vector<Syscall::Handle> m_handles;
- std::map<u32, FunctionInfo> m_functions;
+ std::map<u32, FunctionInfo> m_functions;
};
/// Simple class to manage accessing services from ports and UID handles