summaryrefslogtreecommitdiff
path: root/src/input_common/helpers/joycon_driver.h
diff options
context:
space:
mode:
authorGravatar german772022-12-26 12:49:49 -0600
committerGravatar Narr the Reg2023-01-19 18:05:22 -0600
commit5cb437703fa441a08db295f8a916caedc3a581f2 (patch)
tree148c35e47d18462f0b8f8e116e2247b4cbfdbde2 /src/input_common/helpers/joycon_driver.h
parentinput_common: Use DriverResult on all engines (diff)
downloadyuzu-5cb437703fa441a08db295f8a916caedc3a581f2.tar.gz
yuzu-5cb437703fa441a08db295f8a916caedc3a581f2.tar.xz
yuzu-5cb437703fa441a08db295f8a916caedc3a581f2.zip
yuzu: Add ring controller test button
Diffstat (limited to 'src/input_common/helpers/joycon_driver.h')
-rw-r--r--src/input_common/helpers/joycon_driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/helpers/joycon_driver.h b/src/input_common/helpers/joycon_driver.h
index bf38a3009..5ff15c784 100644
--- a/src/input_common/helpers/joycon_driver.h
+++ b/src/input_common/helpers/joycon_driver.h
@@ -73,7 +73,7 @@ private:
73 void OnNewData(std::span<u8> buffer); 73 void OnNewData(std::span<u8> buffer);
74 74
75 /// Updates device configuration to enable or disable features 75 /// Updates device configuration to enable or disable features
76 void SetPollingMode(); 76 DriverResult SetPollingMode();
77 77
78 /// Returns true if input thread is valid and doesn't need to be stopped 78 /// Returns true if input thread is valid and doesn't need to be stopped
79 bool IsInputThreadValid() const; 79 bool IsInputThreadValid() const;