summaryrefslogtreecommitdiffstats
path: root/src/core/mem_map.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-03-11 21:10:14 +0100
committerLioncash <mathew1800@gmail.com>2015-03-17 20:13:32 +0100
commit9fdb311d6e2d636c4599ddc3d4cb9adad6cec540 (patch)
tree358501f8f2e31c7c27ee17c62996ef01e21354c7 /src/core/mem_map.h
parentdyncom: Implement SETEND (diff)
downloadyuzu-9fdb311d6e2d636c4599ddc3d4cb9adad6cec540.tar
yuzu-9fdb311d6e2d636c4599ddc3d4cb9adad6cec540.tar.gz
yuzu-9fdb311d6e2d636c4599ddc3d4cb9adad6cec540.tar.bz2
yuzu-9fdb311d6e2d636c4599ddc3d4cb9adad6cec540.tar.lz
yuzu-9fdb311d6e2d636c4599ddc3d4cb9adad6cec540.tar.xz
yuzu-9fdb311d6e2d636c4599ddc3d4cb9adad6cec540.tar.zst
yuzu-9fdb311d6e2d636c4599ddc3d4cb9adad6cec540.zip
Diffstat (limited to '')
-rw-r--r--src/core/mem_map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/mem_map.h b/src/core/mem_map.h
index 8f4f21fec..bce99dffa 100644
--- a/src/core/mem_map.h
+++ b/src/core/mem_map.h
@@ -147,6 +147,7 @@ inline void Write(VAddr addr, T data);
u8 Read8(VAddr addr);
u16 Read16(VAddr addr);
u32 Read32(VAddr addr);
+u64 Read64(VAddr addr);
u32 Read8_ZX(VAddr addr);
u32 Read16_ZX(VAddr addr);