diff options
author | VolcaEM <63682805+VolcaEM@users.noreply.github.com> | 2020-06-29 04:22:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-29 04:22:38 +0200 |
commit | 86946ea13c4883672cf62f13c6d2a43ff5c2f352 (patch) | |
tree | 0e3acfa5c7bee2f80ec8a455f811d5e920f391fc /src/core | |
parent | Use decimal instead of hexadecimal (diff) | |
download | yuzu-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')
-rw-r--r-- | src/core/hle/service/sm/controller.cpp | 2 |
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); } |