mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-14 10:22:06 -07:00
Use a single connection for UDP server, make connection test longer and check all pads instead of only the first one
This commit is contained in:
@@ -29,8 +29,7 @@ class ConfigureMotionTouch;
|
||||
class CalibrationConfigurationDialog : public QDialog {
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit CalibrationConfigurationDialog(QWidget* parent, const std::string& host, u16 port,
|
||||
u8 pad_index);
|
||||
explicit CalibrationConfigurationDialog(QWidget* parent, const std::string& host, u16 port);
|
||||
~CalibrationConfigurationDialog() override;
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user