- Dec 31, 2024
-
-
Otozinclus authored
I tested let's go in most locations and did some battles and it runs perfectly Legends Arceus will freeze occasionally on Metal, so it was removed.
-
- Dec 30, 2024
-
-
Evan Husted authored
Reverts Ryubing/Ryujinx#444
-
Evan Husted authored
This reverts commit 7cbbd029.
-
LotP1 authored
Refactor of the Validation System for more ease of use in the future. The project now builds a standalone executable and executes it before the main project is built or published. Since it is now a standalone executable we are also able to use .NET Core features as we are no longer locked to netstandard. The project currently includes 1 task, LocalesValidationTask, that will check if the locales.json file has any of the following issues: The json is invalid. The json has locales with missing languages. The json has locales with langauges that are just duplicates of the en_US field. If the project is built or published locally it will also fix any missing languages or duplicate fields. --------- Co-authored-by:
Evan Husted <gr33m11@gmail.com> Co-authored-by:
Evan Husted <greem@greemdev.net>
-
Marco Carvalho authored
Co-authored-by:
Evan Husted <greem@greemdev.net>
-
Evan Husted authored
misc: Move dirty hack related stuff into a separate viewmodel, only show slider when translation delay is enabled.
-
Otozinclus authored
A workaround to avoid a freeze when translating shaders with the Metal backend, that would happen after changing version or going from Vulkan to Metal. Adds a delay in milliseconds, configurable in the UI behind the Dirty Hacks mechanism. --------- Co-authored-by:
Evan Husted <greem@greemdev.net>
-
Evan Husted authored
-
Evan Husted authored
-
Evan Husted authored
-
Evan Husted authored
it doesn't do anything
-
Evan Husted authored
-
Evan Husted authored
-
Evan Husted authored
-
Evan Husted authored
-
Evan Husted authored
- Dec 29, 2024
-
-
Evan Husted authored
misc: Refactor Discord integration to listen on TitleIDs.CurrentApplication changes instead of waiting to be directly told when to change states.
-
Evan Husted authored
Partial revert, decouple TitleIDs.CurrentApplication from shader cache stuff; as I want that to ALWAYS reflect the current app.
-
Evan Husted authored
-
Evan Husted authored
Enable this settings screen via a boolean in Config.json First one is the xb2 menu softlock fix
- Dec 28, 2024
-
-
Evan Husted authored
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. Input config is not inherited at this time.
-
Evan Husted authored
-
Evan Husted authored