Remove two unnecessary lines

This commit is contained in:
ds22x 2021-09-13 02:51:26 +02:00 committed by GitHub
parent 6c3683fa5e
commit 5d31807f95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2847,8 +2847,6 @@ void retro_run(void)
} }
} }
bmdoffset = 0;
vwoffset = 0;
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) && ((system_hw == SYSTEM_MARKIII) || (system_hw & SYSTEM_SMS) || (system_hw == SYSTEM_PBC)))
{ {
bmdoffset = 16; bmdoffset = 16;