Revert "Update to latest proto definitions from SteamDatabase/Protobufs"

This reverts commit 9946f23749 for BC reasons.
This commit is contained in:
Robin Appelman 2025-10-19 14:53:08 +02:00
commit 70a102b373
127 changed files with 28656 additions and 40688 deletions

View file

@ -98,9 +98,3 @@ message CMsgRemoteClientGetControllerConfigResponse {
message CMsgRemoteClientStreamingEnabled {
required bool enabled = 1;
}
message CMsgRemoteClientWifiAPStatus {
optional string ssid = 1;
optional string password = 2;
optional bool wpa2 = 3;
}