mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	gdbstub: small logic bug fix with defer_start
This commit is contained in:
		
							parent
							
								
									d8bb37fc2f
								
							
						
					
					
						commit
						8fedd5c240
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		|  | @ -1043,8 +1043,10 @@ static void RemoveBreakpoint() { | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| void HandlePacket() { | void HandlePacket() { | ||||||
|     if (!IsConnected() && defer_start) { |     if (!IsConnected()) { | ||||||
|         ToggleServer(true); |         if (defer_start) { | ||||||
|  |             ToggleServer(true); | ||||||
|  |         } | ||||||
|         return; |         return; | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue