Skip to content

Commit

Permalink
disable PS5 controller inputs for now
Browse files Browse the repository at this point in the history
  • Loading branch information
trdwll committed Dec 25, 2021
1 parent 59f8d4f commit 3c9f507
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/SteamBridge/Public/SteamEnums.h
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,9 @@ enum class ESteamInputActionOrigin : uint8
Switch_Reserved8,
Switch_Reserved9,
Switch_Reserved10,
#if 0
// Disabled for now. Not sure about a fix atm. KingKrouch had suggested using FCollisionProfileName or a namespace of FName's to handle this.
// I think we could convert this to a namespaced enum like ESteamHTTPStatus
PS5_X,
PS5_Circle,
PS5_Triangle,
Expand Down Expand Up @@ -838,6 +841,7 @@ enum class ESteamInputActionOrigin : uint8
PS5_Reserved18,
PS5_Reserved19,
PS5_Reserved20,
#endif // 0
Count
};

Expand Down

0 comments on commit 3c9f507

Please sign in to comment.