mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-26 06:37:08 +02: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
5ee669466f
commit
bb3dce9363
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