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
Weiyi Wang 104829ae58 remove all occurance of specifying endianness inside BitField
This commit it automatically generated by command in zsh:
sed -i -- 's/BitField<\(.*\)_le>/BitField<\1>/g' **/*(D.)

BitField is now aware to endianness and default to little endian. It expects a value representation type without storage specification for its template parameter.
2019-01-28 22:09:43 -05:00
..
client.cpp Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
client.h Replace boost::optional with std::optional where possible 2018-10-05 13:51:09 +02: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 clang-format; address one comment 2018-12-28 23:31:55 -05:00
udp.h input_common, common: Add a few functions 2018-08-11 14:09:35 +08:00