From 078b6d1c49ee47fd6b3894d3be52ecacd5589aec Mon Sep 17 00:00:00 2001 From: Iwan Timmer Date: Sun, 16 Aug 2015 21:04:24 +0200 Subject: [PATCH] Update moonlight-common-c --- src/config.c | 4 ++-- third_party/moonlight-common-c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config.c b/src/config.c index 75d60eb..4c55e89 100644 --- a/src/config.c +++ b/src/config.c @@ -182,7 +182,7 @@ static void parse_argument(int c, char* value, PCONFIGURATION config) { strcpy(config->key_dir, value); break; case 's': - config->stream.remote = 1; + config->stream.streamingRemotely = 1; break; case 1: if (config->action == NULL) @@ -261,7 +261,7 @@ void config_parse(int argc, char* argv[], PCONFIGURATION config) { config->stream.fps = 60; config->stream.bitrate = -1; config->stream.packetSize = 1024; - config->stream.remote = 0; + config->stream.streamingRemotely = 0; config->platform = "default"; config->app = "Steam"; diff --git a/third_party/moonlight-common-c b/third_party/moonlight-common-c index 4d9cbd3..2d35d72 160000 --- a/third_party/moonlight-common-c +++ b/third_party/moonlight-common-c @@ -1 +1 @@ -Subproject commit 4d9cbd3c3dbbd03aebc3bba1e3ea841f6f3dd09f +Subproject commit 2d35d7262ffe79925114d4b5e331e52c6a436d9f