This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
ryujinx
Watch
1
Star
0
Fork
You've already forked ryujinx
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
aa2d2b3149
ryujinx
/
ChocolArm64
/
AOptimizations.cs
4 lines
89 B
C#
Raw
Normal View
History
Unescape
Escape
Add FVCTZS (fixed point variant) and LD1 (single structure variant) instructions
2018-02-08 22:26:20 -05: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-09 21:12:57 -05:00
public
static
bool
EnableMemoryChecks
=
false
;
Add FVCTZS (fixed point variant) and LD1 (single structure variant) instructions
2018-02-08 22:26:20 -05:00
}
Reference in a new issue
Copy permalink