Pushed missing changes for rumble to ultramodern.hpp

This commit is contained in:
Mr-Wiseguy 2024-03-04 10:12:52 -05:00
parent 57475d058b
commit 6845e5ef4f
1 changed files with 2 additions and 0 deletions

View File

@ -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 {