mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-09 00:46:27 -05:00
Improve access to system registers by using properties, also use exclusive region granularity on exclusive load/stores, and ensure that acquires without releases won't hold the address forever, remove unused ALU rev method
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Ryujinx.OsHle.Objects
|
||||
{
|
||||
Context.Memory.WriteInt32(Position + Offset, 5);
|
||||
}
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user