mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-12-27 03:31:49 +01:00
Add bitmap viewport check
This commit is contained in:
parent
f6976f914b
commit
67327481b7
@ -2847,7 +2847,7 @@ void retro_run(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((config.left_border != 0) && (reg[0] & 0x20) && ((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