diff --git a/rpcs3/evdev_joystick_handler.h b/rpcs3/evdev_joystick_handler.h index 02b604fc71..cfab686d3a 100644 --- a/rpcs3/evdev_joystick_handler.h +++ b/rpcs3/evdev_joystick_handler.h @@ -367,7 +367,7 @@ private: protected: PadHandlerBase::connection update_connection(const std::shared_ptr& device) override; void get_mapping(const std::shared_ptr& device, const std::shared_ptr& pad) override; - void apply_pad_data(const std::shared_ptr& device, const std::shared_ptr& pad); + void apply_pad_data(const std::shared_ptr& device, const std::shared_ptr& pad) override; bool get_is_left_trigger(u64 keyCode) override; bool get_is_right_trigger(u64 keyCode) override; bool get_is_left_stick(u64 keyCode) override;