yuzu/src/core/hle/service/nfp
Lioncash b4f63db04e nfp: Correct erroneous sizeof expression within GetTagInfo()
The previous expression would copy sizeof(size_t) amount of bytes (8 on
a 64-bit platform) rather than the full 10 bytes comprising the uuid
member.

Given the source and destination types are the same, we can just use an
assignment here instead.
2018-11-14 12:53:39 -05:00
..
nfp.cpp nfp: Correct erroneous sizeof expression within GetTagInfo() 2018-11-14 12:53:39 -05:00
nfp.h yuzu/main: Notify user of loading errors with Amiibo data 2018-10-24 10:39:31 -04:00
nfp_user.cpp hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
nfp_user.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00