Madden 96 needs even more time

This commit is contained in:
Lior Halphon 2021-10-09 23:07:15 +03:00
parent 6b947c46bc
commit 46e1b79b63
1 changed files with 1 additions and 1 deletions

View File

@ -647,7 +647,7 @@ void GB_sgb_render(GB_gameboy_t *gb)
}
}
if (gb->sgb->transfer_dest == TRANSFER_BORDER_DATA) {
gb->sgb->border_animation = 80;
gb->sgb->border_animation = 88;
}
}
}