mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-11-05 23:19:00 -06:00
Removed parts of the MMU functionality to use memory directly (faster, but potentially more dangerous, WIP), also changed the Shl/Sshr immediate instructions to use IL instead of calling the method
This commit is contained in:
@@ -3,6 +3,7 @@ namespace Ryujinx.OsHle.Handles
|
||||
class HSharedMem
|
||||
{
|
||||
public long PhysPos { get; private set; }
|
||||
public long VirtPos { get; set; }
|
||||
|
||||
public HSharedMem(long PhysPos)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user