summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/sm
diff options
context:
space:
mode:
authorVolcaEM <63682805+VolcaEM@users.noreply.github.com>2020-06-29 04:22:38 +0200
committerGitHub <noreply@github.com>2020-06-29 04:22:38 +0200
commit86946ea13c4883672cf62f13c6d2a43ff5c2f352 (patch)
tree0e3acfa5c7bee2f80ec8a455f811d5e920f391fc /src/core/hle/service/sm
parentUse decimal instead of hexadecimal (diff)
downloadyuzu-86946ea13c4883672cf62f13c6d2a43ff5c2f352.tar
yuzu-86946ea13c4883672cf62f13c6d2a43ff5c2f352.tar.gz
yuzu-86946ea13c4883672cf62f13c6d2a43ff5c2f352.tar.bz2
yuzu-86946ea13c4883672cf62f13c6d2a43ff5c2f352.tar.lz
yuzu-86946ea13c4883672cf62f13c6d2a43ff5c2f352.tar.xz
yuzu-86946ea13c4883672cf62f13c6d2a43ff5c2f352.tar.zst
yuzu-86946ea13c4883672cf62f13c6d2a43ff5c2f352.zip
Diffstat (limited to 'src/core/hle/service/sm')
-rw-r--r--src/core/hle/service/sm/controller.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/service/sm/controller.cpp b/src/core/hle/service/sm/controller.cpp
index cccccc30a..972aaa6d9 100644
--- a/src/core/hle/service/sm/controller.cpp
+++ b/src/core/hle/service/sm/controller.cpp
@@ -55,8 +55,6 @@ Controller::Controller() : ServiceFramework("IpcController") {
{2, &Controller::CloneCurrentObject, "CloneCurrentObject"},
{3, &Controller::QueryPointerBufferSize, "QueryPointerBufferSize"},
{4, &Controller::CloneCurrentObjectEx, "CloneCurrentObjectEx"},
- {0x00000003, &Controller::QueryPointerBufferSize, "QueryPointerBufferSize"},
- {0x00000004, &Controller::CloneCurrentObjectEx, "CloneCurrentObjectEx"},
};
RegisterHandlers(functions);
}