Files
citra/src/core/hle/service
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
..
2020-03-28 17:08:27 +00:00
2020-03-29 16:14:36 +01:00
2020-02-13 17:41:24 +08:00