mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-12-26 11:11:48 +01:00
Correct Bitmap Viewport check for Master System Left Border (#388)
This commit is contained in:
parent
86c46138a5
commit
543e17f818
@ -2864,7 +2864,7 @@ void retro_run(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((config.left_border != 0) && (reg[0] & 0x20) && (bitmap.viewport.x = 0) && ((system_hw == SYSTEM_MARKIII) || (system_hw & SYSTEM_SMS) || (system_hw == SYSTEM_PBC)))
|
if ((config.left_border != 0) && (reg[0] & 0x20) && (bitmap.viewport.x == 0) && ((system_hw == SYSTEM_MARKIII) || (system_hw & SYSTEM_SMS) || (system_hw == SYSTEM_PBC)))
|
||||||
{
|
{
|
||||||
bmdoffset = 16;
|
bmdoffset = 16;
|
||||||
if (config.left_border == 1)
|
if (config.left_border == 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user