yuzu-fork/src/core/network
ReinUsesLisp 51817f6e59 core/network: Add network abstraction
This commit adds a network abstraction designed to implement bsd:s but
at the same time work as a generic abstraction to implement any
networking code we have to use from core.

This is implemented on top of BSD sockets on Unix systems and winsock on
Windows. The code is designed around winsocks having compatibility
definitions to support both BSD and Windows sockets.
2020-07-19 04:12:40 -03:00
..
network.cpp core/network: Add network abstraction 2020-07-19 04:12:40 -03:00
network.h core/network: Add network abstraction 2020-07-19 04:12:40 -03:00
sockets.h core/network: Add network abstraction 2020-07-19 04:12:40 -03:00