RetroArch
|
Macros | |
#define | K(k) (uint16_t) RETROK_ ## k, |
#define | KL(k, l) (uint16_t) l, |
Functions | |
uint32_t | netplay_key_hton (unsigned key) |
void | netplay_key_hton_init (void) |
Variables | |
const uint16_t | netplay_key_ntoh_mapping [] |
static bool | mapping_defined = false |
static uint16_t | mapping [RETROK_LAST] |
#define K | ( | k | ) | (uint16_t) RETROK_ ## k, |
uint32_t netplay_key_hton | ( | unsigned | key | ) |
|
static |