mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-07 09:42:33 -07:00
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.