VolcaEM
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
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); |
|
|
|
} |
|
|
|
|