mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Reformat all the things!
This commit is contained in:
@ -98,6 +98,7 @@ public:
|
||||
const uid_data* GetUidData() const { return &data; }
|
||||
const u8* GetUidDataRaw() const { return &values[0]; }
|
||||
size_t GetUidDataSize() const { return sizeof(values); }
|
||||
|
||||
private:
|
||||
union
|
||||
{
|
||||
|
Reference in New Issue
Block a user