Add path logging
This commit is contained in:
parent
537b012dc6
commit
00592ffe95
|
|
@ -1514,7 +1514,7 @@ static void InitDrmInput(void)
|
|||
|
||||
static void InitDrmJoystick(int index, const char *path)
|
||||
{
|
||||
TraceLog(LOG_INFO, "InitDrmJoystick");
|
||||
TraceLog(LOG_INFO, TextFormat("InitDrmJoystick - %s", path);
|
||||
|
||||
int result = (platform.gamepadStreamFd[index] = open(path, O_RDONLY | O_NONBLOCK));
|
||||
printf("Result of file open: %d\n", result);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user