Adjust border fade delay to match SGB2

This commit is contained in:
Lior Halphon 2021-10-10 14:24:14 +03:00
parent 8f9365251d
commit 01f80a3f3e
1 changed files with 1 additions and 1 deletions

View File

@ -648,7 +648,7 @@ void GB_sgb_render(GB_gameboy_t *gb)
}
}
if (gb->sgb->transfer_dest == TRANSFER_BORDER_DATA) {
gb->sgb->border_animation = 88;
gb->sgb->border_animation = 105; // Measured on an SGB2, but might be off by ±2
}
}
}