summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/sm/controller.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2017-12-28 21:27:30 +0100
committerbunnei <bunneidev@gmail.com>2017-12-28 21:27:30 +0100
commitad073846bce4c372e14e0b2fc827067df0e3e624 (patch)
tree62142a868d547acbc855ed8937dfffdcc09a5891 /src/core/hle/service/sm/controller.h
parentservice: Halt on ReportUnimplementedFunction and improve output log. (diff)
downloadyuzu-ad073846bce4c372e14e0b2fc827067df0e3e624.tar
yuzu-ad073846bce4c372e14e0b2fc827067df0e3e624.tar.gz
yuzu-ad073846bce4c372e14e0b2fc827067df0e3e624.tar.bz2
yuzu-ad073846bce4c372e14e0b2fc827067df0e3e624.tar.lz
yuzu-ad073846bce4c372e14e0b2fc827067df0e3e624.tar.xz
yuzu-ad073846bce4c372e14e0b2fc827067df0e3e624.tar.zst
yuzu-ad073846bce4c372e14e0b2fc827067df0e3e624.zip
Diffstat (limited to 'src/core/hle/service/sm/controller.h')
-rw-r--r--src/core/hle/service/sm/controller.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/sm/controller.h b/src/core/hle/service/sm/controller.h
index bb5a815f8..e68676ab6 100644
--- a/src/core/hle/service/sm/controller.h
+++ b/src/core/hle/service/sm/controller.h
@@ -11,8 +11,8 @@ namespace SM {
class Controller final : public ServiceFramework<Controller> {
public:
- explicit Controller();
- ~Controller();
+ Controller();
+ ~Controller() = default;
private:
void ConvertSessionToDomain(Kernel::HLERequestContext& ctx);