This website requires JavaScript.
Explore
Help
Register
Sign In
ryujinx
/
ChocolArm64
Watch
1
Star
0
Fork
You've already forked ChocolArm64
0
mirror of
https://github.com/Ryujinx/ChocolArm64.git
synced
2025-01-20 18:41:09 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
16660f177e
ChocolArm64
/
AOptimizations.cs
4 lines
90 B
C#
Raw
Normal View
History
Unescape
Escape
Split main project into core,graphics and chocolarm4 subproject (#29)
2018-02-20 20:09:23 +00:00
public
static
class
AOptimizations
{
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
2018-03-10 23:39:16 +00:00
public
static
bool
DisableMemoryChecks
=
false
;
Split main project into core,graphics and chocolarm4 subproject (#29)
2018-02-20 20:09:23 +00:00
}
Reference in a new issue
Copy permalink