mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 01:59:02 +00:00
Core/NetPlayServer: Fix session not being added to index on direct connection type
This commit is contained in:
parent
2d6a72e941
commit
06a9f6ef82
3 changed files with 6 additions and 15 deletions
|
@ -39,7 +39,8 @@ public:
|
|||
void SendChunkedToClients(sf::Packet&& packet, PlayerId skip_pid = 0,
|
||||
const std::string& title = "");
|
||||
|
||||
NetPlayServer(u16 port, bool forward_port, const NetTraversalConfig& traversal_config);
|
||||
NetPlayServer(u16 port, bool forward_port, NetPlayUI* dialog,
|
||||
const NetTraversalConfig& traversal_config);
|
||||
~NetPlayServer();
|
||||
|
||||
bool ChangeGame(const std::string& game);
|
||||
|
@ -67,7 +68,6 @@ public:
|
|||
|
||||
u16 GetPort() const;
|
||||
|
||||
void SetNetPlayUI(NetPlayUI* dialog);
|
||||
std::unordered_set<std::string> GetInterfaceSet() const;
|
||||
std::string GetInterfaceHost(const std::string& inter) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue