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.cpp | |
| 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.cpp')
| -rw-r--r-- | src/core/hle/service/hid/controllers/stubbed.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/hid/controllers/stubbed.cpp b/src/core/hle/service/hid/controllers/stubbed.cpp index 3a13d5991..02fcfadd9 100644 --- a/src/core/hle/service/hid/controllers/stubbed.cpp +++ b/src/core/hle/service/hid/controllers/stubbed.cpp @@ -4,13 +4,13 @@ #include <cstring> #include "common/common_types.h" -#include "common/swap.h" #include "core/core_timing.h" #include "core/hle/service/hid/controllers/stubbed.h" namespace Service::HID { Controller_Stubbed::Controller_Stubbed() = default; +Controller_Stubbed::~Controller_Stubbed() = default; void Controller_Stubbed::OnInit() {} |
