Browse Source

make KCodeMemory::GetSourceAddress const

Co-authored-by: Mai M. <mathew1800@gmail.com>
nce_cpp
itsmeft24 4 years ago
committed by GitHub
parent
commit
4b0b2d7d1d
  1. 2
      src/core/hle/kernel/k_code_memory.h

2
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 {

Loading…
Cancel
Save