aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/transfer_memory.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-04-22 13:15:59 -0500
committergerman77 <juangerman-13@hotmail.com>2021-04-23 22:12:41 -0500
commitc19ad21ae855c9143a871e378e8d8c59abcaebfa (patch)
tree90499012c2bcac1620ca69e4ef6b10edb5ffe009 /src/core/hle/kernel/transfer_memory.h
parentcdce1edf74fbaad08f77f8dcd0722dbbf6e0f2a5 (diff)
hid: Implement SevenSixAxis and ConsoleSixAxisSensor
Diffstat (limited to 'src/core/hle/kernel/transfer_memory.h')
-rw-r--r--src/core/hle/kernel/transfer_memory.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/kernel/transfer_memory.h b/src/core/hle/kernel/transfer_memory.h
index 521951424..59328c0fe 100644
--- a/src/core/hle/kernel/transfer_memory.h
+++ b/src/core/hle/kernel/transfer_memory.h
@@ -57,6 +57,9 @@ public:
}
/// Gets a pointer to the backing block of this instance.
+ u8* GetPointer();
+
+ /// Gets a pointer to the backing block of this instance.
const u8* GetPointer() const;
/// Gets the size of the memory backing this instance in bytes.