diff options
author | itsmeft24 <57544858+itsmeft24@users.noreply.github.com> | 2021-12-07 13:58:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 13:58:33 +0100 |
commit | d19724688022952c37143dc189240916910b0c6f (patch) | |
tree | 1b520510251a646984748745b0381f9ddd8530e0 /src/core | |
parent | fix formatting (diff) | |
download | yuzu-d19724688022952c37143dc189240916910b0c6f.tar yuzu-d19724688022952c37143dc189240916910b0c6f.tar.gz yuzu-d19724688022952c37143dc189240916910b0c6f.tar.bz2 yuzu-d19724688022952c37143dc189240916910b0c6f.tar.lz yuzu-d19724688022952c37143dc189240916910b0c6f.tar.xz yuzu-d19724688022952c37143dc189240916910b0c6f.tar.zst yuzu-d19724688022952c37143dc189240916910b0c6f.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/hle/kernel/k_code_memory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/k_code_memory.h b/src/core/hle/kernel/k_code_memory.h index e8e83a0e5..c45939afa 100644 --- a/src/core/hle/kernel/k_code_memory.h +++ b/src/core/hle/kernel/k_code_memory.h @@ -46,7 +46,7 @@ public: KProcess* GetOwner() const { return m_owner; } - VAddr GetSourceAddress() { + VAddr GetSourceAddress() const { return m_address; } size_t GetSize() const { |