mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30: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() { | ||||
|     if (!IsConnected() && defer_start) { | ||||
|     if (!IsConnected()) { | ||||
|         if (defer_start) { | ||||
|             ToggleServer(true); | ||||
|         } | ||||
|         return; | ||||
|     } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue