1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-10-18 19:31:43 +01:00

Small coordinates fix.

This commit is contained in:
Pablo Curiel 2018-07-01 21:36:44 -04:00
parent fae387a182
commit 3364f062b2

View file

@ -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);