mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
fix button map
This commit is contained in:
parent
f53783dfe8
commit
298b753e41
@ -155,6 +155,7 @@ static void input_remote_parse_packet(char *buffer, unsigned size, unsigned user
|
|||||||
{
|
{
|
||||||
input_remote_state_t *ol_state = input_remote_get_state_ptr();
|
input_remote_state_t *ol_state = input_remote_get_state_ptr();
|
||||||
/* todo implement parsing of input_state from the packet */
|
/* todo implement parsing of input_state from the packet */
|
||||||
|
RARCH_LOG ("Test : %s %d", buffer, atoi(buffer));
|
||||||
ol_state->buttons[user] = atoi(buffer);
|
ol_state->buttons[user] = atoi(buffer);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user