diff --git a/source/gamecard_tab.cpp b/source/gamecard_tab.cpp index 4b4b0a7..8f4cf98 100644 --- a/source/gamecard_tab.cpp +++ b/source/gamecard_tab.cpp @@ -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));