mirror of
https://github.com/TASEmulators/desmume
synced 2025-10-05 16:22:49 +02:00
port r2210 from trunk which fixes mariokart emu crash
This commit is contained in:
@@ -372,7 +372,7 @@ static FORCEINLINE u32 MMU_LCDmap(u32 addr, bool& unmapped)
|
||||
unmapped = true;
|
||||
return 0;
|
||||
}
|
||||
return LCDC_HACKY_LOCATION + (vram_arm7_map[bank]<<17) + ofs;
|
||||
return LCDC_HACKY_LOCATION + (vram_arm7_map[bank]<<14) + ofs;
|
||||
}
|
||||
|
||||
//handle LCD memory mirroring
|
||||
|
Reference in New Issue
Block a user