From 17d5047de4e75b7fdeb850df4df2ad10ad8de526 Mon Sep 17 00:00:00 2001 From: Corey Garst Date: Wed, 23 Sep 2020 20:32:01 -0400 Subject: [PATCH] Rename remote desktop to match other config --- dist/GS Desktop 1080p.bat | 2 +- dist/GS Desktop 1600p.bat | 2 +- dist/GS Desktop 720p.bat | 2 +- dist/{desktop.ini => gamestream_desktop.ini} | 0 dist/gamestream_launchpad_cfg.ini | 13 ------------- 5 files changed, 3 insertions(+), 16 deletions(-) rename dist/{desktop.ini => gamestream_desktop.ini} (100%) delete mode 100644 dist/gamestream_launchpad_cfg.ini diff --git a/dist/GS Desktop 1080p.bat b/dist/GS Desktop 1080p.bat index 3680c1a..a42d372 100644 --- a/dist/GS Desktop 1080p.bat +++ b/dist/GS Desktop 1080p.bat @@ -1,2 +1,2 @@ @ECHO OFF -start /MIN gamestream_launchpad.exe 1920 1080 desktop.ini \ No newline at end of file +start /MIN gamestream_launchpad.exe 1920 1080 gamestream_desktop.ini \ No newline at end of file diff --git a/dist/GS Desktop 1600p.bat b/dist/GS Desktop 1600p.bat index 2414807..deea9b2 100644 --- a/dist/GS Desktop 1600p.bat +++ b/dist/GS Desktop 1600p.bat @@ -1,2 +1,2 @@ @ECHO OFF -start /MIN gamestream_launchpad.exe 2560 1600 desktop.ini \ No newline at end of file +start /MIN gamestream_launchpad.exe 2560 1600 gamestream_desktop.ini \ No newline at end of file diff --git a/dist/GS Desktop 720p.bat b/dist/GS Desktop 720p.bat index da9494f..e3c9ce1 100644 --- a/dist/GS Desktop 720p.bat +++ b/dist/GS Desktop 720p.bat @@ -1,2 +1,2 @@ @ECHO OFF -start /MIN gamestream_launchpad.exe 1280 720 desktop.ini \ No newline at end of file +start /MIN gamestream_launchpad.exe 1280 720 gamestream_desktop.ini \ No newline at end of file diff --git a/dist/desktop.ini b/dist/gamestream_desktop.ini similarity index 100% rename from dist/desktop.ini rename to dist/gamestream_desktop.ini diff --git a/dist/gamestream_launchpad_cfg.ini b/dist/gamestream_launchpad_cfg.ini deleted file mode 100644 index 7d0694e..0000000 --- a/dist/gamestream_launchpad_cfg.ini +++ /dev/null @@ -1,13 +0,0 @@ -[LAUNCHER] -# The path to your Playnite.FullscreenApp.exe -launcher_path = %%LOCALAPPDATA%%\Playnite\Playnite.FullscreenApp.exe - -[BACKGROUND] -# List as many exe's as you want here. They will run at the start of the GameStream session and be killed at the end. -background_exe_1 = C:\Program Files (x86)\JoyToKey\JoyToKey.exe -# background_exe_2 = C:\WINDOWS\system32\mspaint.exe - -[SETTINGS] -# Set debug = 1 to leave a window running after gamestream to see error messages from GSLP -debug = 0 -sleep_on_exit = 0