diff options
Diffstat (limited to 'Ryujinx.HLE/OsHle/Services/Nv/NvMap/NvMapAlloc.cs')
| -rw-r--r-- | Ryujinx.HLE/OsHle/Services/Nv/NvMap/NvMapAlloc.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Ryujinx.HLE/OsHle/Services/Nv/NvMap/NvMapAlloc.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvMap/NvMapAlloc.cs new file mode 100644 index 00000000..10634b86 --- /dev/null +++ b/Ryujinx.HLE/OsHle/Services/Nv/NvMap/NvMapAlloc.cs @@ -0,0 +1,12 @@ +namespace Ryujinx.HLE.OsHle.Services.Nv.NvMap +{ + struct NvMapAlloc + { + public int Handle; + public int HeapMask; + public int Flags; + public int Align; + public long Kind; + public long Address; + } +}
\ No newline at end of file |
