mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	MemMap: Removed Read64 function.
- Unused code - Was not correct for unaligned memory reads
This commit is contained in:
		
							parent
							
								
									81fa804b3c
								
							
						
					
					
						commit
						da81742439
					
				
					 1 changed files with 0 additions and 6 deletions
				
			
		|  | @ -252,12 +252,6 @@ u32 Read32(const u32 addr) { | |||
|     return (u32)data; | ||||
| } | ||||
| 
 | ||||
| u64 Read64(const u32 addr) { | ||||
|     u64_le data = 0; | ||||
|     Read<u64_le>(data, addr); | ||||
|     return data; | ||||
| } | ||||
| 
 | ||||
| u32 Read8_ZX(const u32 addr) { | ||||
|     return (u32)Read8(addr); | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue