dolphin-emu / www

Dolphin Emulator official website source code (running on https://dolphin-emu.org/)
MIT License
115 stars 68 forks source link

Question: netplay server hosted and source code #157

Closed luc-git closed 4 months ago

luc-git commented 4 months ago

Hello I have a question. Where is the netplay server hosted and why is the server source code not available?

JosJuice commented 4 months ago

The index server is here: https://github.com/dolphin-emu/netplay-index

The traversal server is here: https://github.com/dolphin-emu/dolphin/blob/b71fdef356caf6ca376c0df474212a192951e810/Source/Core/Common/CMakeLists.txt#L333

The URLs we host these servers at are listed here: https://github.com/dolphin-emu/dolphin/blob/b71fdef356caf6ca376c0df474212a192951e810/Source/Core/Core/Config/NetplaySettings.cpp#L16-L23