mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
DolphinQt / InputCommon - add DSU string validator to avoid crashes, limited backwards compatibility support
This commit is contained in:
@ -13,6 +13,10 @@ constexpr u16 DEFAULT_SERVER_PORT = 26760;
|
||||
|
||||
namespace Settings
|
||||
{
|
||||
// These two kept for backwards compatibility
|
||||
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
|
||||
|
Reference in New Issue
Block a user