mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-22 18:26:39 +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);
|
||||
} else {
|
||||
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);
|
||||
|
|
Loading…
Reference in a new issue