mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02:00
ControllerInterface: SDL: Replace unclear bool parameter with enum class.
This commit is contained in:
@ -90,8 +90,8 @@ private:
|
||||
public:
|
||||
enum class Motor : u8
|
||||
{
|
||||
WEAK,
|
||||
STRONG,
|
||||
Weak,
|
||||
Strong,
|
||||
};
|
||||
|
||||
RumbleEffect(int fd, Motor motor);
|
||||
|
Reference in New Issue
Block a user