mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-26 00:26:27 -05:00
Fixes to memory management
This commit is contained in:
@@ -5,7 +5,7 @@ namespace ChocolArm64.Exceptions
|
||||
{
|
||||
public class VmmAccessViolationException : Exception
|
||||
{
|
||||
private const string ExMsg = "Value at address 0x{0:x16} could not be \"{1}\"!";
|
||||
private const string ExMsg = "Address 0x{0:x16} does not have \"{1}\" permission!";
|
||||
|
||||
public VmmAccessViolationException() { }
|
||||
|
||||
|
Reference in New Issue
Block a user