mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	hle/kernel: Addressed comment about obscure formating
This commit is contained in:
		
							parent
							
								
									d433a07b6b
								
							
						
					
					
						commit
						ed18140daa
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -663,9 +663,9 @@ static void Break(u8 break_reason) { | |||
| 
 | ||||
| /// Used to output a message on a debug hardware unit - does nothing on a retail unit
 | ||||
| static void OutputDebugString(VAddr address, int len) { | ||||
|     std::vector<char> string(len); | ||||
|     std::string string(len, ' '); | ||||
|     Memory::ReadBlock(address, string.data(), len); | ||||
|     NGLOG_DEBUG(Debug_Emulated, "{:.{}}", string.data(), len); | ||||
|     NGLOG_DEBUG(Debug_Emulated, "{}", string); | ||||
| } | ||||
| 
 | ||||
| /// Get resource limit
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue