Start Steam in Big-Picture mode on Windows

This commit is contained in:
loki
2020-01-23 12:46:09 +01:00
parent 6c313bb1c8
commit 44f86dd3e5
3 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -12,7 +12,7 @@
#define PRIVATE_KEY_FILE CA_DIR "/cakey.pem"
#define CERTIFICATE_FILE CA_DIR "/cacert.pem"
#define APPS_JSON SUNSHINE_ASSETS_DIR "/apps.json"
#define APPS_JSON_PATH SUNSHINE_ASSETS_DIR "/" APPS_JSON
namespace config {
using namespace std::literals;
video_t video {
@@ -31,7 +31,7 @@ audio_t audio {};
stream_t stream {
2s, // ping_timeout
APPS_JSON,
APPS_JSON_PATH,
13 // fecPercentage
};