Skip to content

Commit

Permalink
Correct Steam Input gamepad type fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
offalynne committed Dec 20, 2023
1 parent 59228e8 commit 5024d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/__input_initialize/__input_initialize.gml
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ function __input_initialize()
{
//The remaining configurations are in the Xbox Controller style including:
//Steam Controller, Steam Link, Steam Deck, Xbox or Switch with AB/XY swap
_global.__simple_type_lookup[$ "CommunitySteam"] = _default_xbox_type;
_global.__simple_type_lookup[$ "CommunitySteam"] = INPUT_GAMEPAD_TYPE_XBOX_ONE;
if (!__INPUT_SILENT) __input_trace("Steam Input configuration indicates Xbox-like identity for virtual controllers");
}
}
Expand Down

0 comments on commit 5024d71

Please sign in to comment.