mirror of
https://github.com/libretro/bsnes-libretro.git
synced 2024-12-11 19:13:34 +00:00
Fixed DMG timing regression
This commit is contained in:
parent
7706b8727a
commit
0a2d6e6dcb
@ -496,7 +496,7 @@ void GB_display_run(GB_gameboy_t *gb, uint8_t cycles)
|
||||
gb->io_registers[GB_IO_STAT] |= 2;
|
||||
}
|
||||
GB_STAT_update(gb);
|
||||
if (gb->current_line != 0) {
|
||||
if (gb->current_line != 0 || !gb->is_cgb) {
|
||||
gb->io_registers[GB_IO_STAT] &= ~3;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user