mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
DolphinQt / InputCommon: Support multiple DSU servers
This commit is contained in:
@ -8,11 +8,13 @@
|
||||
|
||||
namespace ciface::DualShockUDPClient
|
||||
{
|
||||
constexpr char DEFAULT_SERVER_ADDRESS[] = "127.0.0.1";
|
||||
constexpr u16 DEFAULT_SERVER_PORT = 26760;
|
||||
|
||||
namespace Settings
|
||||
{
|
||||
extern const Config::Info<bool> SERVER_ENABLED;
|
||||
extern const Config::Info<std::string> SERVER_ADDRESS;
|
||||
extern const Config::Info<int> SERVER_PORT;
|
||||
extern const Config::Info<std::string> SERVERS;
|
||||
extern const Config::Info<bool> SERVERS_ENABLED;
|
||||
} // namespace Settings
|
||||
|
||||
void Init();
|
||||
|
Reference in New Issue
Block a user