Skip to content

Commit 980b3aa

Browse files
committed
2 parents 5643d42 + 9b04f40 commit 980b3aa

9 files changed

Lines changed: 363 additions & 336 deletions

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2025 Steam Style
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

protobufs/enums_clientserver.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ enum EMsg {
113113
k_EMsgAISUpdateSubordinateContentDescription = 431;
114114
k_EMsgAISUpdateSubordinateContentDescriptionResponse = 432;
115115
k_EMsgAISBroadcastSubordinateContentDescription = 434;
116+
k_EMsgProductInfoChangedNotification = 435;
117+
k_EMsgProductInfoCacheStatus = 436;
116118
k_EMsgBaseAM = 500;
117119
k_EMsgAMUpdateUserBanRequest = 504;
118120
k_EMsgAMAddLicense = 505;

protobufs/steammessages_accounthardware_steamclient.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ enum EValveIndexComponent {
1313
k_EValveIndexComponentSteamFrameHMD = 4;
1414
k_EValveIndexComponentSteamFrameLeftController = 5;
1515
k_EValveIndexComponentSteamFrameRightController = 6;
16+
k_EValveIndexComponentSteamFrameWirelessAdapter = 7;
1617
}
1718

1819
message CAccountHardware_RegisterSteamController_Request {

protobufs/steammessages_chat_steamclient.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,7 @@ message CChatRoom_ResolveReport_Request {
783783
optional .EContentReportSubjectType subject_type = 5 [default = k_EContentReportSubjectType_Invalid];
784784
optional uint64 chat_group_id = 6;
785785
optional uint32 kick_expiration_time = 7;
786+
optional bool skip_lock = 8;
786787
}
787788

788789
message CChatRoom_ResolveReport_Response {

protobufs/steammessages_remoteplay.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,8 @@ message CNegotiationInitMsg {
457457
repeated .EStreamVideoCodec supported_video_codecs = 3;
458458
optional bool supports_remote_hid = 4;
459459
optional bool supports_touch_input = 5;
460+
optional int32 os_type = 6;
461+
optional int32 gaming_device_type = 7;
460462
}
461463

462464
message CNegotiationSetConfigMsg {

steam/utils/protobuf_manager/protobufs/enums_clientserver_pb2.py

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

steam/utils/protobuf_manager/protobufs/steammessages_accounthardware_steamclient_pb2.py

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

steam/utils/protobuf_manager/protobufs/steammessages_chat_steamclient_pb2.py

Lines changed: 80 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

steam/utils/protobuf_manager/protobufs/steammessages_remoteplay_pb2.py

Lines changed: 240 additions & 240 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)