mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	removed some useless log messages
This commit is contained in:
		
							parent
							
								
									7bf24c066b
								
							
						
					
					
						commit
						20bf361b95
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -53,7 +53,6 @@ inline void ReadFromHardware(T &var, const u32 addr) { | |||
| 
 | ||||
| template <typename T> | ||||
| inline void WriteToHardware(u32 addr, const T data) { | ||||
|     NOTICE_LOG(MEMMAP, "Test1 %08X", addr); | ||||
|     // ExeFS:/.code is loaded here:
 | ||||
|     if ((addr & 0xFFF00000) == 0x00100000) { | ||||
|         // TODO(ShizZy): This is dumb... handle correctly. From 3DBrew:
 | ||||
|  | @ -63,7 +62,6 @@ inline void WriteToHardware(u32 addr, const T data) { | |||
|         // applies when this flag is clear. Executables are usually loaded to 0x14000000 when the 
 | ||||
|         // exheader "special memory" flag is set, however this address can be arbitrary.
 | ||||
|         *(T*)&g_fcram[addr & MEM_FCRAM_MASK] = data; | ||||
|         NOTICE_LOG(MEMMAP, "Test2"); | ||||
| 
 | ||||
|     // Scratchpad memory
 | ||||
|     } else if (addr > MEM_SCRATCHPAD_VADDR && addr <= (MEM_SCRATCHPAD_VADDR + MEM_SCRATCHPAD_SIZE)) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue