summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers/stubbed.cpp
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-09-21 03:31:06 +0200
committerNarr the Reg <juangerman-13@hotmail.com>2021-11-25 03:30:23 +0100
commit072559dede9e4ab098b84f43ee6db31d3987b2c3 (patch)
tree816f8ab5425564c15d758e5c374acdefc466bd6b /src/core/hle/service/hid/controllers/stubbed.cpp
parentservice/hid: Use remove duplicated code, update names (diff)
downloadyuzu-072559dede9e4ab098b84f43ee6db31d3987b2c3.tar
yuzu-072559dede9e4ab098b84f43ee6db31d3987b2c3.tar.gz
yuzu-072559dede9e4ab098b84f43ee6db31d3987b2c3.tar.bz2
yuzu-072559dede9e4ab098b84f43ee6db31d3987b2c3.tar.lz
yuzu-072559dede9e4ab098b84f43ee6db31d3987b2c3.tar.xz
yuzu-072559dede9e4ab098b84f43ee6db31d3987b2c3.tar.zst
yuzu-072559dede9e4ab098b84f43ee6db31d3987b2c3.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/hid/controllers/stubbed.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/hle/service/hid/controllers/stubbed.cpp b/src/core/hle/service/hid/controllers/stubbed.cpp
index 772c20453..a8c93909d 100644
--- a/src/core/hle/service/hid/controllers/stubbed.cpp
+++ b/src/core/hle/service/hid/controllers/stubbed.cpp
@@ -31,10 +31,9 @@ void Controller_Stubbed::OnUpdate(const Core::Timing::CoreTiming& core_timing, u
std::memcpy(data + common_offset, &header, sizeof(CommonHeader));
}
-void Controller_Stubbed::OnLoadInputDevices() {}
-
void Controller_Stubbed::SetCommonHeaderOffset(std::size_t off) {
common_offset = off;
smart_update = true;
}
+
} // namespace Service::HID