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:
parent
3629f0029f
commit
1e6b316cdc
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue