[GBA] Corrected ROM name length

This commit is contained in:
Lesserkuma 2023-06-17 14:20:57 +02:00
parent c0e881a43b
commit 4c3e618f6e

View File

@ -761,7 +761,7 @@ void getCartInfo_GBA() {
}
// Get name
buildRomName(romName, &sdBuffer[0xA0], 11);
buildRomName(romName, &sdBuffer[0xA0], 12);
// Get ROM version
romVersion = sdBuffer[0xBC];