Add forgotten static
This commit is contained in:
parent
eac5306818
commit
dc115592e9
|
|
@ -1508,7 +1508,7 @@ static void InitDrmInput(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void InitDrmJoystick(int index, const char *path)
|
static void InitDrmJoystick(int index, const char *path)
|
||||||
{
|
{
|
||||||
if ((platform.gamepadStreamFd[index] = open(path, O_RDONLY | O_NONBLOCK)) < 0)
|
if ((platform.gamepadStreamFd[index] = open(path, O_RDONLY | O_NONBLOCK)) < 0)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user