Commit graph

8 commits

Author SHA1 Message Date
GreemDev
763c13555c infra: Use Ryujinx.UpdateClient NuGet package for checking for updates.
Main benefit to this is sharing the C# model definitions from what the server returns and Ryujinx uses in-app without differences.
Additionally removed the GitHub API JSON models.
2025-07-02 00:58:42 -05:00
GreemDev
909a674443 infra: Add package source mappings for Ryujinx.UpdateClient to silence compile warnings 2025-07-02 00:58:42 -05:00
GreemDev
42df9aae7a [ci skip] Forgot closing / lol 2025-07-02 00:58:42 -05:00
GreemDev
77bcf56230 [ci skip] UpdateClient package source
https://git.ryujinx.app/ryubing/update-server/-/packages
2025-07-02 00:58:42 -05:00
GreemDev
26932ced08 infra: Update to Ryujinx.LibHac 0.20.0
This is identical to the previous version, it's just on NuGet.org so we can comment out the LibHacAlpha source in nuget.config.
2025-07-02 00:58:41 -05:00
GreemDev
fbc3ba30b9 infra: Generate .nupkg when building ARMeilleure, Ryujinx.Common, and Ryujinx.Memory.
Additionally added a script to push them to Ryubing GitLab package registry. This script is my use only since it assumes you have the necessary authentication locally & on the server.

TODO: figure out a way to get proper versioning for them.
2025-07-02 00:58:39 -05:00
GreemDev
fecdce2ca6 infra: Update to Ryujinx.LibHac 0.20.0.
This time it's pulled in via GitLab package registry.
2025-07-02 00:58:39 -05:00
TSRBerry
3d1a0bf374
[Headless] Fix for not receiving any SDL events on Linux (#4182)
* headless: Fix SDL events not working

* Add nuget.config
2022-12-29 15:09:18 +01:00