diff options
| author | CeruleanSky <CeruleanSky@users.noreply.github.com> | 2020-10-29 18:07:10 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-29 23:07:10 +0100 |
| commit | b5a760bde92df53714907d65cb7826ecb9b00d6a (patch) | |
| tree | 1e8ac9e54f88bae23c422469e15045cdd581e532 /Ryujinx.Graphics.OpenGL/Image/TextureCopyUnscaled.cs | |
| parent | 423da5cc911bf7545746ad4fd184eff42f32dd9b (diff) | |
Preserve command line arguments when updater restarts Ryujinx (#1643)
Command line arguements are not preserved by the updater, and this causes an issue when the updater restarts Ryujinx in portable mode as it will create/use/modify its default directory instead.
This simple pull addresses the first part of #1594
As far as the second part of the issue, where the updater perhaps overzealously deletes everything but log files and folders, which causes problems in portable installs with a user subfolder or something else inside the Ryujinx folder.
Perhaps an UpdateList.txt containing a list of files that the updater deletes is included in the ryujinx.zip/tar.gz/etc and placed in the upacked directory for the updater to use upon the next upgrade.
The build system can run something like `forfiles /s /m *.txt /c "cmd /c echo @relpath"` or the correct command for the OS and include it in the distribution, or it could be generated by the updater itself.
Diffstat (limited to 'Ryujinx.Graphics.OpenGL/Image/TextureCopyUnscaled.cs')
0 files changed, 0 insertions, 0 deletions
