mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 03:16:23 +02:00
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:
parent
527ac3fb23
commit
8df465a959
15 changed files with 120 additions and 208 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue