summaryrefslogtreecommitdiffstats
path: root/src/core/internal_network/sockets.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj2023-02-031-4/+5
| | | | | This reverts commit 25fc5c0e1158cb8e81cbc769b24ad84032a1fbfd, reversing changes made to af20e25081f97d55b451606c87922e2b49f0d363.
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite2023-02-021-5/+4
|
* bsd: Use std::span for read payloadsameerj2022-12-291-4/+5
| | | | Allows the use of HLERequestContext::ReadBufferSpan
* sockets: Make fd member variable protectedLioncash2022-09-221-0/+11
| | | | | Other things shouldn't be able to directly mess around with the descriptor
* core, yuzu: Address first part of review commentsFearlessTobi2022-08-151-5/+1
|
* core, network: Add ability to proxy socket packetsFearlessTobi2022-08-151-32/+104
|
* yuzu: Add ui files for multiplayer roomsFearlessTobi2022-07-251-0/+95