diff options
author | bunnei <ericbunnie@gmail.com> | 2014-04-28 00:24:54 +0200 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-04-28 00:24:54 +0200 |
commit | 451a14f98c4d881208c786a6a5aa621e2647aed5 (patch) | |
tree | 4f9aa0205814811c8054b9343c80d95bdbf418b4 /src/core/hle | |
parent | removed commented out line - this was for an unimplemented MRC call, no longer need to leave this here (diff) | |
download | yuzu-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 '')
-rw-r--r-- | src/core/hle/service/service.h | 2 |
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 |