1
0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra-nightly/src/input_common/udp
Lioncash 575ab92a76 input_common/udp: std::move SocketCallback instances where applicable
std::function is allowed to heap allocate if the size of the captures
associated with each lambda exceed a certain threshold. This prevents
potentially unnecessary reallocations from occurring.
2020-02-09 23:00:02 +01:00
..
client.cpp input_common/udp: std::move SocketCallback instances where applicable 2020-02-09 23:00:02 +01:00
client.h input_common/udp: Remove unnecessary inclusions 2020-02-09 23:00:01 +01:00
protocol.cpp Replace boost::optional with std::optional where possible 2018-10-05 13:51:09 +02:00
protocol.h input_common/udp: Remove unnecessary inclusions 2020-02-09 23:00:01 +01:00
udp.cpp input_common/udp: Remove unnecessary inclusions 2020-02-09 23:00:01 +01:00
udp.h input_common/udp: Remove unnecessary inclusions 2020-02-09 23:00:01 +01:00