update sameboy to latest upstream
This commit is contained in:
parent
369bdbe9a6
commit
c5902bff54
Binary file not shown.
Binary file not shown.
|
@ -67,7 +67,7 @@ static u32 rgb_cb(GB_gameboy_t *gb, u8 r, u8 g, u8 b)
|
|||
return (0xFF << 24) | (r << 16) | (g << 8) | b;
|
||||
}
|
||||
|
||||
static void vblank_cb(GB_gameboy_t *gb)
|
||||
static void vblank_cb(GB_gameboy_t *gb, GB_vblank_type_t type)
|
||||
{
|
||||
((biz_t*)gb)->vblank_occured = true;
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit abf6e5632ceede1d0f0b3725f848f6e4e748cd9a
|
||||
Subproject commit 1b38e8c9321522d8211c834a548d55fb6e4c79cc
|
Loading…
Reference in New Issue