-
-
Notifications
You must be signed in to change notification settings - Fork 217
GB_set_rumble_mode
Lior Halphon edited this page Nov 24, 2024
·
1 revision
typedef enum {
GB_RUMBLE_DISABLED,
GB_RUMBLE_CARTRIDGE_ONLY,
GB_RUMBLE_ALL_GAMES
} GB_rumble_mode_t;
void GB_set_rumble_mode(GB_gameboy_t *gb, GB_rumble_mode_t mode);
In rumble.h
TBD
GB_set_rumble_mode
is thread-safe and can be called from any thread and context.