summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoritsmeft24 <57544858+itsmeft24@users.noreply.github.com>2021-12-07 13:58:33 +0100
committerGitHub <noreply@github.com>2021-12-07 13:58:33 +0100
commitd19724688022952c37143dc189240916910b0c6f (patch)
tree1b520510251a646984748745b0381f9ddd8530e0
parentfix formatting (diff)
downloadyuzu-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
-rw-r--r--src/core/hle/kernel/k_code_memory.h2
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 {