From 6845e5ef4fc95cc95f1c940f9c1594a77f5a324d Mon Sep 17 00:00:00 2001 From: Mr-Wiseguy Date: Mon, 4 Mar 2024 10:12:52 -0500 Subject: [PATCH] Pushed missing changes for rumble to ultramodern.hpp --- ultramodern/ultramodern.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ultramodern/ultramodern.hpp b/ultramodern/ultramodern.hpp index ba04079..1d5b8af 100644 --- a/ultramodern/ultramodern.hpp +++ b/ultramodern/ultramodern.hpp @@ -116,8 +116,10 @@ struct audio_callbacks_t { struct input_callbacks_t { using poll_input_t = void(void); using get_input_t = void(uint16_t*, float*, float*); + using set_rumble_t = void(bool); poll_input_t* poll_input; get_input_t* get_input; + set_rumble_t* set_rumble; }; struct gfx_callbacks_t {