summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/sm/controller.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-09-07 01:19:51 +0200
committerGitHub <noreply@github.com>2018-09-07 01:19:51 +0200
commitb89dda2b98d923d211fb72ca66fda6de7d31cec1 (patch)
tree7b0fd1c6f62aa7e45cd3df7e9dea5e49b296c164 /src/core/hle/service/sm/controller.cpp
parentMerge pull request #1252 from lioncash/header (diff)
parentcore/core: Remove unnecessary sm/controller include (diff)
downloadyuzu-b89dda2b98d923d211fb72ca66fda6de7d31cec1.tar
yuzu-b89dda2b98d923d211fb72ca66fda6de7d31cec1.tar.gz
yuzu-b89dda2b98d923d211fb72ca66fda6de7d31cec1.tar.bz2
yuzu-b89dda2b98d923d211fb72ca66fda6de7d31cec1.tar.lz
yuzu-b89dda2b98d923d211fb72ca66fda6de7d31cec1.tar.xz
yuzu-b89dda2b98d923d211fb72ca66fda6de7d31cec1.tar.zst
yuzu-b89dda2b98d923d211fb72ca66fda6de7d31cec1.zip
Diffstat (limited to 'src/core/hle/service/sm/controller.cpp')
-rw-r--r--src/core/hle/service/sm/controller.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/sm/controller.cpp b/src/core/hle/service/sm/controller.cpp
index 1cef73216..cdf328a26 100644
--- a/src/core/hle/service/sm/controller.cpp
+++ b/src/core/hle/service/sm/controller.cpp
@@ -57,4 +57,6 @@ Controller::Controller() : ServiceFramework("IpcController") {
RegisterHandlers(functions);
}
+Controller::~Controller() = default;
+
} // namespace Service::SM