37#ifndef SNES_INPUT_INCLUDE
38#define SNES_INPUT_INCLUDE
190#define REG_JOYxLH(a) (((vuint16 *)0x4218)[(a)])
198#define padsCurrent(value) (pad_keys[value])
206#define padsDown(value) (pad_keysdown[value])
Custom types used by libsnes.
#define BIT(n)
bit field
Definition snestypes.h:34