1
0
Fork 0
forked from Mirror/Ryujinx
RyuKen/Ryujinx
CeruleanSky b5a760bde9
Preserve command line arguments when updater restarts Ryujinx ()
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  

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.
2020-10-29 23:07:10 +01:00
..
Configuration Discord Rich Presence update () 2020-03-29 14:25:54 +11:00
Motion Motion Fixes () 2020-10-28 20:52:07 +01:00
Ui Motion Fixes () 2020-10-28 20:52:07 +01:00
Updater Preserve command line arguments when updater restarts Ryujinx () 2020-10-29 23:07:10 +01:00
_schema.json Add Motion controls () 2020-09-29 23:32:42 +02:00
Config.json Add Motion controls () 2020-09-29 23:32:42 +02:00
Program.cs Appveyor Ryujinx Updater () 2020-09-29 22:05:25 +02:00
Ryujinx.csproj Memory Read/Write Tracking using Region Handles () 2020-10-16 17:18:35 -03:00
Ryujinx.ico Added Program Icon () 2020-01-24 16:14:51 +01:00
THIRDPARTY.md New NVDEC and VIC implementation () 2020-07-12 05:07:01 +02:00