summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/sm/sm.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-03-11 15:28:16 +0100
committerLioncash <mathew1800@gmail.com>2019-03-11 15:41:05 +0100
commitaa44eb639bd17b74a67cd614a0c329b4d8d61853 (patch)
tree17aaac37cd8aa703bdb2c3a76c1c276ef9c57aa3 /src/core/hle/service/sm/sm.h
parentMerge pull request #2207 from lioncash/hwopus (diff)
downloadyuzu-aa44eb639bd17b74a67cd614a0c329b4d8d61853.tar
yuzu-aa44eb639bd17b74a67cd614a0c329b4d8d61853.tar.gz
yuzu-aa44eb639bd17b74a67cd614a0c329b4d8d61853.tar.bz2
yuzu-aa44eb639bd17b74a67cd614a0c329b4d8d61853.tar.lz
yuzu-aa44eb639bd17b74a67cd614a0c329b4d8d61853.tar.xz
yuzu-aa44eb639bd17b74a67cd614a0c329b4d8d61853.tar.zst
yuzu-aa44eb639bd17b74a67cd614a0c329b4d8d61853.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/sm/sm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/sm/sm.h b/src/core/hle/service/sm/sm.h
index bef25433e..b9d6381b4 100644
--- a/src/core/hle/service/sm/sm.h
+++ b/src/core/hle/service/sm/sm.h
@@ -67,7 +67,7 @@ public:
if (port == nullptr) {
return nullptr;
}
- return std::static_pointer_cast<T>(port->hle_handler);
+ return std::static_pointer_cast<T>(port->GetHLEHandler());
}
void InvokeControlRequest(Kernel::HLERequestContext& context);