mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-13 15:59:23 +01:00
![Lioncash](/assets/img/avatar_default.png)
This is only ever used to retrieve a raw view of the given UID data structure, however it's already valid C++ to retrieve a char/unsigned char view of an object for bytewise inspection. u8 maps to unsigned char on all platforms we support, so we can just do this directly with a reinterpret cast, simplifying the overall interface.