mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-22 18:26:39 +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;
|
u64 size = 0;
|
||||||
GameCardInfo card_info = {0};
|
GameCardInfo card_info = {0};
|
||||||
char strbuf[0x100] = {0};
|
char strbuf[0x40] = {0};
|
||||||
|
|
||||||
gamecardGetRomCapacity(&size);
|
gamecardGetRomCapacity(&size);
|
||||||
utilsGenerateFormattedSizeString(size, strbuf, sizeof(strbuf));
|
utilsGenerateFormattedSizeString(size, strbuf, sizeof(strbuf));
|
||||||
|
|
Loading…
Reference in a new issue