mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Merge pull request #3318 from MerryMage/gdb_stub_
gdbstub: Correct typo
This commit is contained in:
		
						commit
						c143a5a3a6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -908,7 +908,7 @@ void ToggleServer(bool status) { | ||||||
|         server_enabled = status; |         server_enabled = status; | ||||||
| 
 | 
 | ||||||
|         // Start server
 |         // Start server
 | ||||||
|         if (!IsConnected() && Core::System().GetInstance().IsPoweredOn()) { |         if (!IsConnected() && Core::System::GetInstance().IsPoweredOn()) { | ||||||
|             Init(); |             Init(); | ||||||
|         } |         } | ||||||
|     } else { |     } else { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue