This website requires JavaScript.
Explore
Help
Sign In
PublicMirrors
/
Ryujinx
Watch
1
Star
0
Fork
0
You've already forked Ryujinx
mirror of
https://github.com/GreemDev/Ryujinx.git
synced
2025-01-24 05:54:56 +03:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
ed155e6f4e
Ryujinx
/
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 06:26:20 +03: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-11 02:39:16 +03:00
public
static
bool
DisableMemoryChecks
=
false
;
Add FVCTZS (fixed point variant) and LD1 (single structure variant) instructions
2018-02-09 06:26:20 +03:00
}
Reference in New Issue
Copy Permalink