mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-23 21:19:16 +01:00
[GBA] Corrected ROM name length
This commit is contained in:
parent
c0e881a43b
commit
4c3e618f6e
@ -761,7 +761,7 @@ void getCartInfo_GBA() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Get name
|
// Get name
|
||||||
buildRomName(romName, &sdBuffer[0xA0], 11);
|
buildRomName(romName, &sdBuffer[0xA0], 12);
|
||||||
|
|
||||||
// Get ROM version
|
// Get ROM version
|
||||||
romVersion = sdBuffer[0xBC];
|
romVersion = sdBuffer[0xBC];
|
||||||
|
Loading…
Reference in New Issue
Block a user