diff options
| author | bunnei <bunneidev@gmail.com> | 2018-10-19 22:52:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-19 22:52:31 -0400 |
| commit | 298ebf444f2999e0e8b6b893e61674567d607cfd (patch) | |
| tree | c8ef1efce73ec68740f9ea3c4b1257c34e086307 /src/core/hle/service/hid/controllers/stubbed.h | |
| parent | c91be25b93bd7bfa7e074abf7cf5ad1b6b0850ab (diff) | |
| parent | 452aa30cb72d19e62556d4927f575b4b48e20c8b (diff) | |
Merge pull request #1516 from lioncash/hid
hid: Minor cleanup-related changes
Diffstat (limited to 'src/core/hle/service/hid/controllers/stubbed.h')
| -rw-r--r-- | src/core/hle/service/hid/controllers/stubbed.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/hid/controllers/stubbed.h b/src/core/hle/service/hid/controllers/stubbed.h index 9c1b57f83..4a21c643e 100644 --- a/src/core/hle/service/hid/controllers/stubbed.h +++ b/src/core/hle/service/hid/controllers/stubbed.h @@ -11,6 +11,7 @@ namespace Service::HID { class Controller_Stubbed final : public ControllerBase { public: Controller_Stubbed(); + ~Controller_Stubbed() override; // Called when the controller is initialized void OnInit() override; |
