aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/OsHle/Services/Nv/NvMap.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Core/OsHle/Services/Nv/NvMap.cs')
-rw-r--r--Ryujinx.Core/OsHle/Services/Nv/NvMap.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Core/OsHle/Services/Nv/NvMap.cs b/Ryujinx.Core/OsHle/Services/Nv/NvMap.cs
index ca844f9f..d5a5a800 100644
--- a/Ryujinx.Core/OsHle/Services/Nv/NvMap.cs
+++ b/Ryujinx.Core/OsHle/Services/Nv/NvMap.cs
@@ -7,6 +7,6 @@ namespace Ryujinx.Core.OsHle.IpcServices.NvServices
public int Size;
public int Align;
public int Kind;
- public long Address;
+ public long CpuAddress;
}
} \ No newline at end of file