diff options
| author | Narr the Reg <juangerman-13@hotmail.com> | 2024-02-13 21:08:30 -0600 |
|---|---|---|
| committer | Narr the Reg <juangerman-13@hotmail.com> | 2024-02-14 12:40:10 -0600 |
| commit | caf16982d93f0658051907dedd4437f94148d4c2 (patch) | |
| tree | feff5c1512ee47dc195718eeaa996a9d7b8c30ef /src/hid_core/resources/touch_screen | |
| parent | a40adbc142dbf324fa4ee69d7f4655eedb5ffb24 (diff) | |
service: set: Migrate ISystemSettingsServer to new IPC
Diffstat (limited to 'src/hid_core/resources/touch_screen')
| -rw-r--r-- | src/hid_core/resources/touch_screen/touch_screen_resource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hid_core/resources/touch_screen/touch_screen_resource.cpp b/src/hid_core/resources/touch_screen/touch_screen_resource.cpp index c39321915..79ddaa4df 100644 --- a/src/hid_core/resources/touch_screen/touch_screen_resource.cpp +++ b/src/hid_core/resources/touch_screen/touch_screen_resource.cpp @@ -48,7 +48,7 @@ Result TouchResource::ActivateTouch() { } Set::TouchScreenMode touch_mode{Set::TouchScreenMode::Standard}; - m_set_sys->GetTouchScreenMode(touch_mode); + m_set_sys->GetTouchScreenMode(&touch_mode); default_touch_screen_mode = static_cast<Core::HID::TouchScreenModeForNx>(touch_mode); global_ref_counter++; |
