Skip to content

Commit 0ce20ff

Browse files
authored
Merge pull request #349 from LossyDragon/update-GamingDeviceType
add SteamOS and LegionGoS to EGamingDeviceType
2 parents e72fc8f + 23c4260 commit 0ce20ff

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/steamd/in/dragonbra/javasteam/enums.steamd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1685,5 +1685,7 @@ public enum EGamingDeviceType
16851685

16861686
Handheld = 512;
16871687
Phone = 528; // Handheld + 16
1688+
SteamOS = 541; // Handheld + 29
16881689
SteamDeck = 544; // Handheld + 32
1690+
LegionGoS = 545; // Handheld + 33
16891691
}

0 commit comments

Comments
 (0)