mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-04 19:55:19 +00:00
Fixed build
This commit is contained in:
parent
13f91a67fc
commit
fe1918a47f
1 changed files with 1 additions and 1 deletions
|
|
@ -3281,7 +3281,7 @@ bool SDL_ShouldIgnoreGamepad(Uint16 vendor_id, Uint16 product_id, Uint16 version
|
|||
|
||||
case GAMEPAD_BLACKLIST_ANYWHERE:
|
||||
if (SDL_strstr(name, blacklist_word->str) != NULL) {
|
||||
if (SDL_startswith(name, "PG-") {
|
||||
if (SDL_startswith(name, "PG-")) {
|
||||
// Ipega gamepads have modes with keyboard keys in addition to gamepad controls
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue