summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/NetPlay/NetPlaySetupFrame.cpp
AgeCommit message (Collapse)Author
2015-06-07Remove reference to DSP on Dedicated ThreadJosJuice
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-15Merge pull request #2349 from mathieui/remove-traversal-options-uiskidau
Netplay: don’t show traversal server/port options (INI config only)
2015-05-11Traversal: Add a read-only text for server:port with a "reset to default" buttonmathieui
Clicking it will set the config file back to stun.dolphin-emu.org with port 6262.
2015-05-06Fix build without UPnPGabriel Corona
There is no checkbox.
2015-05-01Traversal: use the defaults if empty or space-only config entries are detectedmathieui
2015-05-01Netplay: don’t show traversal server/port options (INI config only)mathieui
2015-04-11DolphinWX: Break the netplay UI controls into separate classes.Lioncash