This website requires JavaScript.
Explore
Help
Register
Sign In
ryujinx-backup
/
ChocolArm64
Watch
1
Star
0
Fork
You've already forked ChocolArm64
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
f43e430f6c
ChocolArm64
/
AOptimizations.cs
4 lines
89 B
C#
Raw
Normal View
History
Unescape
Escape
Split main project into core,graphics and chocolarm4 subproject (#29)
2018-02-20 21:09:23 +01:00
public
static
class
AOptimizations
{
Disable memory checks by default, even on debug, move ram memory allocation inside the CPU, since the size if fixed anyway, better heap region size
2018-03-10 03:12:57 +01:00
public
static
bool
EnableMemoryChecks
=
false
;
Split main project into core,graphics and chocolarm4 subproject (#29)
2018-02-20 21:09:23 +01:00
}
Reference in a new issue
Copy permalink