summaryrefslogtreecommitdiffstats
path: root/src/core/internal_network/network.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sockets: Make fd member variable protectedLioncash2022-09-221-6/+6
| | | | | Other things shouldn't be able to directly mess around with the descriptor
* internal_network: Fix mingw compilationFearlessTobi2022-08-151-4/+5
| | | | Apparently, "interface" is a reserved keyword on this compiler.
* core, yuzu: Address first part of review commentsFearlessTobi2022-08-151-4/+4
|
* core, network: Add ability to proxy socket packetsFearlessTobi2022-08-151-30/+31
|
* yuzu: Add ui files for multiplayer roomsFearlessTobi2022-07-251-0/+637