mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 03:08:00 -05:00
elf: Make DidRelocate const
This commit is contained in:
@ -222,7 +222,7 @@ public:
|
||||
int GetSectionSize(SectionID section) const { return sections[section].sh_size; }
|
||||
SectionID GetSectionByName(const char *name, int firstSection = 0) const; //-1 for not found
|
||||
|
||||
bool DidRelocate() {
|
||||
bool DidRelocate() const {
|
||||
return relocate;
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user