mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 12:39:54 +00:00
Fix warning
This commit is contained in:
parent
8aeefbb793
commit
01dc5507fe
@ -59,7 +59,7 @@ struct descriptor {
|
||||
uint16_t *value;
|
||||
};
|
||||
|
||||
struct remote_message {
|
||||
struct remote_joypad_message {
|
||||
int port;
|
||||
int device;
|
||||
int index;
|
||||
@ -203,7 +203,7 @@ void NETRETROPAD_CORE_PREFIX(retro_get_system_av_info)(
|
||||
static void retropad_update_input(void)
|
||||
{
|
||||
struct descriptor *desc;
|
||||
struct remote_message msg;
|
||||
struct remote_joypad_message msg;
|
||||
uint16_t state;
|
||||
uint16_t old;
|
||||
int offset;
|
||||
|
Loading…
x
Reference in New Issue
Block a user