mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-10 19:06:26 -05:00
aloha
This commit is contained in:
12
Ryujinx/OsHle/Handles/HSharedMem.cs
Normal file
12
Ryujinx/OsHle/Handles/HSharedMem.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Ryujinx.OsHle.Handles
|
||||
{
|
||||
class HSharedMem
|
||||
{
|
||||
public long PhysPos { get; private set; }
|
||||
|
||||
public HSharedMem(long PhysPos)
|
||||
{
|
||||
this.PhysPos = PhysPos;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user