summaryrefslogtreecommitdiffstats
path: root/src/hid_core/resources/touch_screen/touch_screen_resource.cpp
diff options
context:
space:
mode:
authorAndrew Pilley <anpilley@users.noreply.github.com>2024-02-17 13:36:43 +0100
committerGitHub <noreply@github.com>2024-02-17 13:36:43 +0100
commite2e0916100c20ad9f67e609d2d6cd33495b855f1 (patch)
tree4d24b9d8d9e9722c0808c0cb259f7afd236bc1f6 /src/hid_core/resources/touch_screen/touch_screen_resource.cpp
parentImplement In-app firmware installation. (diff)
parentMerge pull request #13016 from german77/set-interface2 (diff)
downloadyuzu-e2e0916100c20ad9f67e609d2d6cd33495b855f1.tar
yuzu-e2e0916100c20ad9f67e609d2d6cd33495b855f1.tar.gz
yuzu-e2e0916100c20ad9f67e609d2d6cd33495b855f1.tar.bz2
yuzu-e2e0916100c20ad9f67e609d2d6cd33495b855f1.tar.lz
yuzu-e2e0916100c20ad9f67e609d2d6cd33495b855f1.tar.xz
yuzu-e2e0916100c20ad9f67e609d2d6cd33495b855f1.tar.zst
yuzu-e2e0916100c20ad9f67e609d2d6cd33495b855f1.zip
Diffstat (limited to 'src/hid_core/resources/touch_screen/touch_screen_resource.cpp')
-rw-r--r--src/hid_core/resources/touch_screen/touch_screen_resource.cpp2
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++;