mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-24 08:00:47 -04:00
gcc complains that the printf %x formatting instruction expects an 'unsigned int' but we pass a 'size_t'. We add the 'z' length formatting specifier used for 'size_t'