mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-03 07:17:09 +02:00
Allow to enable/disable memory checks even on release mode through the flag, return error for invalid addresses on SvcMap*Memory svcs, do not return error on SvcQueryMemory (instead, return reserved for the end of the address space), other minor tweaks
This commit is contained in:
parent
475c64ede7
commit
7064200261
15 changed files with 516 additions and 263 deletions
|
@ -10,6 +10,8 @@ namespace Ryujinx
|
|||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
AOptimizations.DisableMemoryChecks = true;
|
||||
|
||||
Config.Read();
|
||||
|
||||
Console.Title = "Ryujinx Console";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue