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-canary/src/input_common/udp
Lioncash 21c71d21ae general: Use deducation guides for std::lock_guard and std::unique_lock
Since C++17, the introduction of deduction guides for locking facilities
means that we no longer need to hardcode the mutex type into the locks
themselves, making it easier to switch mutex types, should it ever be
necessary in the future.
2019-04-07 15:14:29 +02:00
..
client.cpp general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-07 15:14:29 +02:00
client.h common/vector_math: Move Vec[x] types into the Common namespace 2019-03-02 15:04:13 +01:00
protocol.cpp Replace boost::optional with std::optional where possible 2018-10-05 13:51:09 +02:00
protocol.h remove all occurance of specifying endianness inside BitField 2019-01-28 22:09:43 -05:00
udp.cpp general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-07 15:14:29 +02:00
udp.h input_common, common: Add a few functions 2018-08-11 14:09:35 +08:00