Fix gdbstub typo, fixes Citra #3318
Core::System().GetInstance().IsPoweredOn() -> Core::System::GetInstance().IsPoweredOn()
This commit is contained in:
		| @@ -905,7 +905,7 @@ void ToggleServer(bool status) { | ||||
|         server_enabled = status; | ||||
|  | ||||
|         // Start server | ||||
|         if (!IsConnected() && Core::System().GetInstance().IsPoweredOn()) { | ||||
|         if (!IsConnected() && Core::System::GetInstance().IsPoweredOn()) { | ||||
|             Init(); | ||||
|         } | ||||
|     } else { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user