mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
use C89 compatible comment style
This commit is contained in:
parent
b0e383d5f0
commit
5294d43bf1
@ -334,7 +334,7 @@ int16_t input_state(unsigned port, unsigned device,
|
|||||||
unsigned idx, unsigned id);
|
unsigned idx, unsigned id);
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint32_t bank[ 4 ]; // 128 bits
|
uint32_t bank[ 4 ]; /* 128 bits */
|
||||||
} rarch_input_state_t;
|
} rarch_input_state_t;
|
||||||
|
|
||||||
#define RARCH_INPUT_STATE_BIT_SET(a, bit) ((a).bank[((bit) >> 5)&3] |= (1 << ((bit) & 31)))
|
#define RARCH_INPUT_STATE_BIT_SET(a, bit) ((a).bank[((bit) >> 5)&3] |= (1 << ((bit) & 31)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user