This website requires JavaScript.
Explore
Help
Register
Sign in
emu-mirrors
/
ryujinx-final
Archived
Watch
0
Star
0
Fork
You've already forked ryujinx-final
0
Code
Activity
This repository has been archived on
2024-10-12
. You can view files and clone it, but cannot push or open issues or pull requests.
30bcb8da33
ryujinx-final
/
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-09 03:26:20 +00: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 02:12:57 +00:00
public
static
bool
EnableMemoryChecks
=
false
;
Add FVCTZS (fixed point variant) and LD1 (single structure variant) instructions
2018-02-09 03:26:20 +00:00
}
Copy permalink