mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Fix warning
This commit is contained in:
parent
8aeefbb793
commit
01dc5507fe
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue