1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-11-10 04:31:44 +00:00

Update gamecard_tab.cpp

This commit is contained in:
Pablo Curiel 2021-06-13 20:48:40 -04:00
parent 3629f0029f
commit 1e6b316cdc

View file

@ -102,7 +102,7 @@ namespace nxdt::views
{
u64 size = 0;
GameCardInfo card_info = {0};
char strbuf[0x100] = {0};
char strbuf[0x40] = {0};
gamecardGetRomCapacity(&size);
utilsGenerateFormattedSizeString(size, strbuf, sizeof(strbuf));