implement an all-swift approach for detecting JIT (adds support for detecting JIT on iOS 18.4+), adds an easter egg, and more

This commit is contained in:
Stossy11 2025-03-01 20:17:49 +11:00
parent 527ac3fb23
commit 8df465a959
15 changed files with 120 additions and 208 deletions

View file

@ -319,7 +319,7 @@ namespace Ryujinx.Headless.SDL2
var result = Parser.Default.ParseArguments<Options>(args)
.WithParsed(options =>
{
Load(options); // Load is called with the parsed options
Load(options);
})
.WithNotParsed(errors => errors.Output());