mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
(xinput joypad) Function can be made static
This commit is contained in:
parent
cfc511cc6b
commit
a0e6a9e1d5
@ -171,7 +171,7 @@ static const char* const XBOX_ONE_CONTROLLER_NAMES[4] =
|
||||
"XBOX One Controller (User 4)"
|
||||
};
|
||||
|
||||
const char *xinput_joypad_name(unsigned pad)
|
||||
static const char *xinput_joypad_name(unsigned pad)
|
||||
{
|
||||
int xuser = pad_index_to_xuser_index(pad);
|
||||
#ifdef HAVE_DINPUT
|
||||
|
Loading…
Reference in New Issue
Block a user