From 46e1b79b639ac10bc741a494163d85673ac6d03a Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Sat, 9 Oct 2021 23:07:15 +0300 Subject: [PATCH] Madden 96 needs even more time --- Core/sgb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/sgb.c b/Core/sgb.c index fc19f1b..8b6384f 100644 --- a/Core/sgb.c +++ b/Core/sgb.c @@ -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; } } }