mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	added Memory::GetCharPointer to read strings from HLE functions
This commit is contained in:
		
							parent
							
								
									95e5436f41
								
							
						
					
					
						commit
						d9bb4f11c6
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -70,4 +70,8 @@ void Write32(const u32 addr, const u32 data); | |||
| 
 | ||||
| u8* GetPointer(const u32 Address); | ||||
| 
 | ||||
| inline const char* GetCharPointer(const u32 address) { | ||||
| 	return (const char *)GetPointer(address); | ||||
| } | ||||
| 
 | ||||
| } // namespace
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue