0
0
Fork 0
mirror of https://github.com/GreemDev/Ryujinx.git synced 2025-01-09 03:02:00 +00:00
Ryujinx/src
LotP1 b2e1e553e4
Validation Project v2 (#444)
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>
2024-12-30 01:54:25 -06:00
..
ARMeilleure misc: give various threads dedicated names 2024-12-26 00:29:00 -06:00
Ryujinx Validation Project v2 (#444) 2024-12-30 01:54:25 -06:00
Ryujinx.Audio misc: chore: Cleanup DummyHardwareDeviceDriver.cs 2024-12-30 00:09:31 -06:00
Ryujinx.Audio.Backends.OpenAL Migrate to .NET 9 (#198) 2024-12-19 18:52:25 -06:00
Ryujinx.Audio.Backends.SDL2 Migrate to .NET 9 (#198) 2024-12-19 18:52:25 -06:00
Ryujinx.Audio.Backends.SoundIo Migrate to .NET 9 (#198) 2024-12-19 18:52:25 -06:00
Ryujinx.BuildValidationTasks Validation Project v2 (#444) 2024-12-30 01:54:25 -06:00
Ryujinx.Common misc: Small cleanups 2024-12-30 00:14:55 -06:00
Ryujinx.Cpu Add missing "yield return" (#424) 2024-12-21 23:28:31 -06:00
Ryujinx.Graphics.Device Migrate to .NET 9 (#198) 2024-12-19 18:52:25 -06:00
Ryujinx.Graphics.GAL misc: Remove GAL/Configuration duplicate enums 2024-12-28 05:08:21 -06:00
Ryujinx.Graphics.Gpu Shader translation delay hack (#469) 2024-12-30 01:12:51 -06:00
Ryujinx.Graphics.Host1x Migrate to .NET 9 (#198) 2024-12-19 18:52:25 -06:00
Ryujinx.Graphics.Metal metal: also disable vsync for custom refresh rates 2024-12-29 02:21:25 -06:00
Ryujinx.Graphics.Metal.SharpMetalExtensions misc: Use selector fields 2024-12-27 21:31:46 -06:00
Ryujinx.Graphics.Nvdec Migrate to .NET 9 (#198) 2024-12-19 18:52:25 -06:00
Ryujinx.Graphics.Nvdec.FFmpeg Migrate to .NET 9 (#198) 2024-12-19 18:52:25 -06:00
Ryujinx.Graphics.Nvdec.Vp9 misc: this is C# XMLdocs not Javadocs 2024-12-28 22:08:37 -06:00
Ryujinx.Graphics.OpenGL misc: Remove GAL/Configuration duplicate enums 2024-12-28 05:08:21 -06:00
Ryujinx.Graphics.Shader infra: chore: fix/silence compile warnings 2024-12-24 01:23:01 -06:00
Ryujinx.Graphics.Texture Migrate to .NET 9 (#198) 2024-12-19 18:52:25 -06:00
Ryujinx.Graphics.Vic Migrate to .NET 9 (#198) 2024-12-19 18:52:25 -06:00
Ryujinx.Graphics.Video Migrate to .NET 9 (#198) 2024-12-19 18:52:25 -06:00
Ryujinx.Graphics.Vulkan misc: Remove duplicate prefix in GPU information line in log 2024-12-29 00:27:23 -06:00
Ryujinx.HLE Prefer 'Convert.ToHexString' over call chains based on 'BitConverter.ToString' (#428) [ci-skip] 2024-12-30 01:53:43 -06:00
Ryujinx.HLE.Generators ignore macos attribute files (#302) 2024-11-28 16:55:51 -06:00
Ryujinx.Horizon Migrate to .NET 9 (#198) 2024-12-19 18:52:25 -06:00
Ryujinx.Horizon.Common Migrate to .NET 9 (#198) 2024-12-19 18:52:25 -06:00
Ryujinx.Horizon.Generators ignore macos attribute files (#302) 2024-11-28 16:55:51 -06:00
Ryujinx.Horizon.Kernel.Generators UI: Rearrange help menu item & merge wiki page link buttons into a "category" button. 2024-12-22 16:01:09 -06:00
Ryujinx.Input Migrate to .NET 9 (#198) 2024-12-19 18:52:25 -06:00
Ryujinx.Input.SDL2 Migrate to .NET 9 (#198) 2024-12-19 18:52:25 -06:00
Ryujinx.Memory Add missing "yield return" (#424) 2024-12-21 23:28:31 -06:00
Ryujinx.SDL2.Common Migrate to .NET 9 (#198) 2024-12-19 18:52:25 -06:00
Ryujinx.ShaderTools EXPERIMENTAL: Metal backend (#441) 2024-12-24 00:55:16 -06:00
Ryujinx.Tests Migrate to .NET 9 (#198) 2024-12-19 18:52:25 -06:00
Ryujinx.Tests.Memory Migrate to .NET 9 (#198) 2024-12-19 18:52:25 -06:00
Ryujinx.Tests.Unicorn Migrate to .NET 9 (#198) 2024-12-19 18:52:25 -06:00
Ryujinx.UI.Common misc: Move the rest of Ryujinx.UI.Common into other parts of the project. 2024-12-29 19:28:27 -06:00
Ryujinx.UI.LocaleGenerator Unified locales (#391) 2024-12-20 13:27:11 -06:00
Spv.Generator Migrate to .NET 9 (#198) 2024-12-19 18:52:25 -06:00