mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-07 07:56:50 +02:00
Timing adjustments
This commit is contained in:
@@ -1199,7 +1199,7 @@ uint8_t GB_run(GB_gameboy_t *gb)
|
||||
{
|
||||
gb->vblank_just_occured = false;
|
||||
|
||||
if (gb->sgb && gb->sgb->intro_animation < 140) {
|
||||
if (gb->sgb && gb->sgb->intro_animation < 96) {
|
||||
/* On the SGB, the GB is halted after finishing the boot ROM.
|
||||
Then, after the boot animation is almost done, it's reset.
|
||||
Since the SGB HLE does not perform any header validity checks,
|
||||
|
Reference in New Issue
Block a user