mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 05:57:46 +00: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:
parent
d5d46ed43b
commit
129c89b47d
4 changed files with 101 additions and 102 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue