mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-18 11:41:31 +12:00
Fix format specifiers
This commit is contained in:
parent
79aa8620e8
commit
3c610fa332
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ namespace IVFC {
|
||||||
|
|
||||||
// According to 3DBrew, this is usually the case but not guaranteed
|
// According to 3DBrew, this is usually the case but not guaranteed
|
||||||
if (ivfcActualSize != ivfcDescriptorSize) {
|
if (ivfcActualSize != ivfcDescriptorSize) {
|
||||||
printf("IVFC descriptor size mismatch: %lx != %lx\n", ivfcActualSize, ivfcDescriptorSize);
|
printf("IVFC descriptor size mismatch: %llx != %llx\n", ivfcActualSize, ivfcDescriptorSize);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (magicIdentifier == 0x10000 && ivfcActualSize != 0x5C) {
|
if (magicIdentifier == 0x10000 && ivfcActualSize != 0x5C) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue