summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers/gesture.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-10-18 02:34:25 +0200
committerLioncash <mathew1800@gmail.com>2018-10-18 02:52:43 +0200
commit46202e984e176241fd5a2f766907035e87198c99 (patch)
treec1249f47c18b0716f8b086708370b26e7c3c74b6 /src/core/hle/service/hid/controllers/gesture.cpp
parentcontroller_base: Default the base class constructor and destructor in the cpp file (diff)
downloadyuzu-46202e984e176241fd5a2f766907035e87198c99.tar
yuzu-46202e984e176241fd5a2f766907035e87198c99.tar.gz
yuzu-46202e984e176241fd5a2f766907035e87198c99.tar.bz2
yuzu-46202e984e176241fd5a2f766907035e87198c99.tar.lz
yuzu-46202e984e176241fd5a2f766907035e87198c99.tar.xz
yuzu-46202e984e176241fd5a2f766907035e87198c99.tar.zst
yuzu-46202e984e176241fd5a2f766907035e87198c99.zip
Diffstat (limited to 'src/core/hle/service/hid/controllers/gesture.cpp')
-rw-r--r--src/core/hle/service/hid/controllers/gesture.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/hid/controllers/gesture.cpp b/src/core/hle/service/hid/controllers/gesture.cpp
index b473b9e2b..76e7bde96 100644
--- a/src/core/hle/service/hid/controllers/gesture.cpp
+++ b/src/core/hle/service/hid/controllers/gesture.cpp
@@ -12,6 +12,7 @@ namespace Service::HID {
constexpr std::size_t SHARED_MEMORY_OFFSET = 0x3BA00;
Controller_Gesture::Controller_Gesture() = default;
+Controller_Gesture::~Controller_Gesture() = default;
void Controller_Gesture::OnInit() {}