Files
citra-shitamoto-network/src
Lioncash a32ad7f1f2 soc_u: Prevent undefined behavior with CTRPollFD
This class is memcpy-ed and memcpy has the requirement that data passed
to it must be trivially copyable, otherwise the behavior is undefined.

This is trivial to resolve as BitField was made trivially copyable a
while ago, so this explicit copy assignment operator isn't necessary.
2020-05-01 22:30:10 -04:00
..
2019-03-09 18:23:32 -06:00
2020-03-31 18:27:33 +01:00
2019-02-22 16:29:19 -06:00