diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/mem_map.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/mem_map.h b/src/core/mem_map.h index 1a3bd7234..94469ec8c 100644 --- a/src/core/mem_map.h +++ b/src/core/mem_map.h | |||
| @@ -70,4 +70,8 @@ void Write32(const u32 addr, const u32 data); | |||
| 70 | 70 | ||
| 71 | u8* GetPointer(const u32 Address); | 71 | u8* GetPointer(const u32 Address); |
| 72 | 72 | ||
| 73 | inline const char* GetCharPointer(const u32 address) { | ||
| 74 | return (const char *)GetPointer(address); | ||
| 75 | } | ||
| 76 | |||
| 73 | } // namespace | 77 | } // namespace |