mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-01 04:00:32 +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();
|
||||
/* todo implement parsing of input_state from the packet */
|
||||
RARCH_LOG ("Test : %s %d", buffer, atoi(buffer));
|
||||
ol_state->buttons[user] = atoi(buffer);
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user