mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-04 07:38:47 +00:00 
			
		
		
		
	Memory: remove ReadBlock with current process
This commit is contained in:
		
							parent
							
								
									524364d95a
								
							
						
					
					
						commit
						8871f5a4ac
					
				
					 5 changed files with 7 additions and 10 deletions
				
			
		| 
						 | 
				
			
			@ -801,7 +801,7 @@ void SVC::OutputDebugString(VAddr address, s32 len) {
 | 
			
		|||
    }
 | 
			
		||||
 | 
			
		||||
    std::string string(len, ' ');
 | 
			
		||||
    Memory::ReadBlock(address, string.data(), len);
 | 
			
		||||
    Memory::ReadBlock(*kernel.GetCurrentProcess(), address, string.data(), len);
 | 
			
		||||
    LOG_DEBUG(Debug_Emulated, "{}", string);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue