This website requires JavaScript.
Explore
Help
Register
Sign in
etc
/
ryujinx-mirror
Watch
0
Star
0
Fork
You've already forked ryujinx-mirror
0
mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced
2024-11-26 12:03:01 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
ee8fb18a0f
ryujinx-mirror
/
ChocolArm64
/
AOptimizations.cs
4 lines
90 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
{
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
;
Add FVCTZS (fixed point variant) and LD1 (single structure variant) instructions
2018-02-09 03:26:20 +00:00
}
Reference in a new issue
Copy permalink