mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 06:29:00 +01:00
![Michael Maltese](/assets/img/avatar_default.png)
Fixes warning: ``` Source/Core/DiscIO/NANDImporter.cpp:55:17: warning: format specifies type 'unsigned long' but the argument has type 'u64' (aka 'unsigned long long') [-Wformat] file.GetSize(), NAND_BIN_SIZE); ^~~~~~~~~~~~~~ 1 warning generated. ```