Skip to content

GB_set_rumble_mode

Lior Halphon edited this page Nov 24, 2024 · 1 revision

Definition

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

Description

TBD

Thread Safety

GB_set_rumble_mode is thread-safe and can be called from any thread and context.

Clone this wiki locally