mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-26 12:12:02 +00:00
Small coordinates fix.
This commit is contained in:
parent
fae387a182
commit
3364f062b2
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ void gameCardDumpNSWDBCheck(u32 crc)
|
||||||
xmlXPathFreeObject(nodeSet);
|
xmlXPathFreeObject(nodeSet);
|
||||||
} else {
|
} else {
|
||||||
snprintf(strbuf, sizeof(strbuf) / sizeof(strbuf[0]), "Error: unable to find records with Title ID \"%016lX\" within the XML document!", gameCardTitleID);
|
snprintf(strbuf, sizeof(strbuf) / sizeof(strbuf[0]), "Error: unable to find records with Title ID \"%016lX\" within the XML document!", gameCardTitleID);
|
||||||
uiDrawString(strbuf, 0, 0, 255, 0, 0);
|
uiDrawString(strbuf, 0, breaks * 8, 255, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
xmlFreeDoc(doc);
|
xmlFreeDoc(doc);
|
||||||
|
|
Loading…
Reference in a new issue