mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-23 21:19:16 +01:00
Fix SNES romName
This commit is contained in:
parent
24c5957993
commit
30d880bfa7
@ -1016,7 +1016,7 @@ boolean checkcart_SNES() {
|
||||
}
|
||||
|
||||
// Get name
|
||||
byte myLength = buildRomName(romName, &snesHeader[headerStart], 21);
|
||||
byte myLength = buildRomName(romName, &snesHeader[0xFFC0 - headerStart], 21);
|
||||
|
||||
// If name consists out of all japanese characters use game code
|
||||
if (myLength == 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user