(xinput joypad) Function can be made static

This commit is contained in:
twinaphex 2020-06-11 04:53:20 +02:00
parent cfc511cc6b
commit a0e6a9e1d5

View File

@ -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