mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-20 03:38:28 +00:00
Fixed getting the controller index when specifying --virtual (thanks @zturtleman)
This commit is contained in:
parent
5953422c09
commit
e3fd8feae6
1 changed files with 1 additions and 1 deletions
|
@ -820,7 +820,7 @@ main(int argc, char *argv[])
|
|||
}
|
||||
}
|
||||
if (argv[i] && *argv[i] != '-') {
|
||||
controller_index = SDL_atoi(argv[1]);
|
||||
controller_index = SDL_atoi(argv[i]);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue