mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	mem_map: Add missing prototype for Write64
This commit is contained in:
		
							parent
							
								
									8717c79fe4
								
							
						
					
					
						commit
						cfea27a615
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -147,6 +147,7 @@ u32 Read16_ZX(VAddr addr); | |||
| void Write8(VAddr addr, u8 data); | ||||
| void Write16(VAddr addr, u16 data); | ||||
| void Write32(VAddr addr, u32 data); | ||||
| void Write64(VAddr addr, u64 data); | ||||
| 
 | ||||
| void WriteBlock(VAddr addr, const u8* data, size_t size); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue