mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
parent
a2f9709fcf
commit
255558db6d
5 changed files with 9 additions and 9 deletions
|
@ -170,7 +170,7 @@ bool NetPlayIndex::Add(const NetPlaySession& session)
|
|||
"&password=" + std::to_string(session.has_password) + "&method=" + session.method +
|
||||
"&server_id=" + session.server_id + "&in_game=" + std::to_string(session.in_game) +
|
||||
"&port=" + std::to_string(session.port) + "&player_count=" +
|
||||
std::to_string(session.player_count) + "&version=MPN",
|
||||
std::to_string(session.player_count) + "&version=" + Common::GetScmDescStr(),
|
||||
{{"X-Is-Dolphin", "1"}}, Common::HttpRequest::AllowedReturnCodes::All);
|
||||
|
||||
if (!response.has_value())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue