summaryrefslogtreecommitdiff
path: root/src/core/hid/emulated_controller.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/core/hid/emulated_controller.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/core/hid/emulated_controller.h')
-rw-r--r--src/core/hid/emulated_controller.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hid/emulated_controller.h b/src/core/hid/emulated_controller.h
index c517aa5d7..fb931fc0a 100644
--- a/src/core/hid/emulated_controller.h
+++ b/src/core/hid/emulated_controller.h
@@ -363,9 +363,9 @@ public:
363 /** 363 /**
364 * Sets the desired data to be polled from a controller 364 * Sets the desired data to be polled from a controller
365 * @param polling_mode type of input desired buttons, gyro, nfc, ir, etc. 365 * @param polling_mode type of input desired buttons, gyro, nfc, ir, etc.
366 * @return true if SetPollingMode was successfull 366 * @return driver result from this command
367 */ 367 */
368 bool SetPollingMode(Common::Input::PollingMode polling_mode); 368 Common::Input::DriverResult SetPollingMode(Common::Input::PollingMode polling_mode);
369 369
370 /** 370 /**
371 * Sets the desired camera format to be polled from a controller 371 * Sets the desired camera format to be polled from a controller