mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-05 11:56:41 +02:00

PowerPCState's cr_val member is an array of u64s, so we can just use the correct printf macro specifier within cinttypes. This also avoids truncation on operating systems that use an LLP64 data model (like Windows), where long is actually 32 bits in size, not 64-bit, which could result in wonky values being printed, should Trace ever be used on it.