mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-21 01:37:08 +00:00
Headless in Avalonia v2
Launch the Ryujinx.exe, first argument --no-gui or nogui, and the rest of the arguments should be your normal headless script. You can include the new option --use-main-config which will provide any arguments that you don't, filled in from your main config made by the UI.
This commit is contained in:
parent
a9954c23cc
commit
2f7406aaca
21 changed files with 635 additions and 471 deletions
|
|
@ -132,7 +132,7 @@ namespace Ryujinx.UI.Common.Helper
|
|||
|
||||
if (uninstall)
|
||||
{
|
||||
// If the types don't already exist, there's nothing to do and we can call this operation successful.
|
||||
// If the types don't already exist, there's nothing to do, and we can call this operation successful.
|
||||
if (!AreMimeTypesRegisteredWindows())
|
||||
{
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue