WIP: Headless in Avalonia #365

Closed
GreemDev wants to merge 12 commits from refactor/ava/headless-in-avalonia into master
GreemDev commented 2024-12-09 01:03:54 +00:00 (Migrated from github.com)

Work for merging headless functionality into the main Ryujinx, so you can easily swap between the 2.

Please test this in a duplicated instance of your Ryujinx data. I cannot be sure it will 100% work without breakage just yet.

In its current form, 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.

Work for merging headless functionality into the main Ryujinx, so you can easily swap between the 2. # Please test this in a duplicated instance of your Ryujinx data. I cannot be sure it will 100% work without breakage just yet. In its current form, 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.
github-actions[bot] commented 2024-12-09 01:13:39 +00:00 (Migrated from github.com)
Download the artifacts for this pull request: * [ryujinx-Release-1.2.0+be72b30-linux_arm64](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2320933469.zip) * [ryujinx-Release-1.2.0+be72b30-linux_arm64-AppImage](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2320933502.zip) * [ryujinx-Release-1.2.0+be72b30-linux_x64](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2320934849.zip) * [ryujinx-Release-1.2.0+be72b30-linux_x64-AppImage](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2320934875.zip) * [ryujinx-Release-1.2.0+be72b30-macos_universal](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2320934882.zip) * [ryujinx-Release-1.2.0+be72b30-win_x64](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2320938593.zip) <details><summary>GUI-less</summary> </details> <details><summary>Only for Developers</summary> * [ryujinx-Debug-1.2.0+be72b30-linux_arm64](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2320933605.zip) * [ryujinx-Debug-1.2.0+be72b30-linux_arm64-AppImage](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2320933654.zip) * [ryujinx-Debug-1.2.0+be72b30-macos_universal](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2320935088.zip) * [ryujinx-Debug-1.2.0+be72b30-linux_x64](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2320935506.zip) * [ryujinx-Debug-1.2.0+be72b30-linux_x64-AppImage](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2320935536.zip) * [ryujinx-Debug-1.2.0+be72b30-win_x64](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2320939404.zip) </details>

Pull request closed

Sign in to join this conversation.
No description provided.