mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-05-23 06:54:33 -04:00
Pushed missing changes for rumble to ultramodern.hpp
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user