mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	elf: Make DidRelocate const
This commit is contained in:
		
							parent
							
								
									0d81b1e75b
								
							
						
					
					
						commit
						bf23f94571
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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; | ||||
|     } | ||||
| }; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue