SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 01f80a3f3e84edd6bd3b4fde9b2bd4617d0350fb parent 8f9365251da6ad0194d3984d92c11394bc36304a Author: Lior Halphon <LIJI32@gmail.com> Date: Sun, 10 Oct 2021 14:24:14 +0300 Adjust border fade delay to match SGB2 Diffstat:
| M | Core/sgb.c | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Core/sgb.c b/Core/sgb.c @@ -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 } } }
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.