Skip to content

Commit

Permalink
perf: Update protobufs
Browse files Browse the repository at this point in the history
  • Loading branch information
Arama0517 committed Jan 22, 2025
1 parent 2c2fabd commit c807c9e
Show file tree
Hide file tree
Showing 114 changed files with 357 additions and 353 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/steam.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions protobufs/enums.proto
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,9 @@ enum ESystemFanControlMode {

enum EStartupMovieVariant {
k_EStartupMovieVariant_Invalid = 0;
k_EStartupMovieVariant_Default = 1;
k_EStartupMovieVariant_Orange = 2;
k_EStartupMovieVariant_Generic = 1;
k_EStartupMovieVariant_DeckBlue = 2;
k_EStartupMovieVariant_DeckOrange = 3;
}

enum EColorGamutLabelSet {
Expand Down
1 change: 1 addition & 0 deletions protobufs/steammessages_appoverview.proto
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ message CAppOverview {
optional uint32 local_cache_version = 68;
optional uint32 number_of_copies = 72 [default = 1];
optional uint32 steam_hw_compat_category_packed = 73 [default = 0];
optional string album_cover_hash = 74;
}

message CAppOverview_Change {
Expand Down
5 changes: 3 additions & 2 deletions src/steam/enums/proto.py
Original file line number Diff line number Diff line change
Expand Up @@ -798,8 +798,9 @@ class ESplitScalingScaler(SteamIntEnum):

class EStartupMovieVariant(SteamIntEnum):
Invalid = 0
Default = 1
Orange = 2
Generic = 1
DeckBlue = 2
DeckOrange = 3


class ESteamDeckCompatibilityCategory(SteamIntEnum):
Expand Down
4 changes: 2 additions & 2 deletions src/steam/protobufs/clientmetrics_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/steam/protobufs/content_manifest_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/steam/protobufs/contenthubs_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/steam/protobufs/encrypted_app_ticket_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/steam/protobufs/enums_clientserver_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

220 changes: 110 additions & 110 deletions src/steam/protobufs/enums_pb2.py

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions src/steam/protobufs/enums_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,9 @@ class ESystemFanControlMode(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
class EStartupMovieVariant(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
__slots__ = ()
k_EStartupMovieVariant_Invalid: _ClassVar[EStartupMovieVariant]
k_EStartupMovieVariant_Default: _ClassVar[EStartupMovieVariant]
k_EStartupMovieVariant_Orange: _ClassVar[EStartupMovieVariant]
k_EStartupMovieVariant_Generic: _ClassVar[EStartupMovieVariant]
k_EStartupMovieVariant_DeckBlue: _ClassVar[EStartupMovieVariant]
k_EStartupMovieVariant_DeckOrange: _ClassVar[EStartupMovieVariant]

class EColorGamutLabelSet(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
__slots__ = ()
Expand Down Expand Up @@ -736,8 +737,9 @@ k_SystemFanControlMode_Invalid: ESystemFanControlMode
k_SystemFanControlMode_Disabled: ESystemFanControlMode
k_SystemFanControlMode_Default: ESystemFanControlMode
k_EStartupMovieVariant_Invalid: EStartupMovieVariant
k_EStartupMovieVariant_Default: EStartupMovieVariant
k_EStartupMovieVariant_Orange: EStartupMovieVariant
k_EStartupMovieVariant_Generic: EStartupMovieVariant
k_EStartupMovieVariant_DeckBlue: EStartupMovieVariant
k_EStartupMovieVariant_DeckOrange: EStartupMovieVariant
k_ColorGamutLabelSet_Default: EColorGamutLabelSet
k_ColorGamutLabelSet_sRGB_Native: EColorGamutLabelSet
k_ColorGamutLabelSet_Native_sRGB_Boosted: EColorGamutLabelSet
Expand Down
4 changes: 2 additions & 2 deletions src/steam/protobufs/enums_productinfo_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/steam/protobufs/htmlmessages_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/steam/protobufs/offline_ticket_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/steam/protobufs/steamdatagram_messages_auth_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/steam/protobufs/steamdatagram_messages_sdr_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/steam/protobufs/steammessages_accounthardware_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c807c9e

Please sign in to comment.