mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Small fix to let IDA see target.xml
This commit is contained in:
		
							parent
							
								
									0dfad003dc
								
							
						
					
					
						commit
						3c37ee434a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -413,7 +413,7 @@ static void HandleQuery() { | ||||||
| 
 | 
 | ||||||
|     if (strcmp(query, "TStatus") == 0) { |     if (strcmp(query, "TStatus") == 0) { | ||||||
|         SendReply("T0"); |         SendReply("T0"); | ||||||
|     } else if (strncmp(query, "Supported:", strlen("Supported:")) == 0) { |     } else if (strncmp(query, "Supported", strlen("Supported")) == 0) { | ||||||
|         // PacketSize needs to be large enough for target xml
 |         // PacketSize needs to be large enough for target xml
 | ||||||
|         SendReply("PacketSize=800;qXfer:features:read+"); |         SendReply("PacketSize=800;qXfer:features:read+"); | ||||||
|     } else if (strncmp(query, "Xfer:features:read:target.xml:", |     } else if (strncmp(query, "Xfer:features:read:target.xml:", | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue