mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-24 20:33:03 -05:00
Address review comments
This commit is contained in:
@ -17,7 +17,7 @@ namespace InputCommon::Joycon {
|
||||
|
||||
class RumbleProtocol final : private JoyconCommonProtocol {
|
||||
public:
|
||||
RumbleProtocol(std::shared_ptr<JoyconHandle> handle);
|
||||
explicit RumbleProtocol(std::shared_ptr<JoyconHandle> handle);
|
||||
|
||||
DriverResult EnableRumble(bool is_enabled);
|
||||
|
||||
|
Reference in New Issue
Block a user