mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-18 18:11:29 +02:00
Fix HLE SGB
This commit is contained in:
@@ -910,6 +910,7 @@ void GB_display_run(GB_gameboy_t *gb, uint8_t cycles)
|
||||
if (gb->current_lcd_line == LINES && GB_is_sgb(gb)) {
|
||||
display_vblank(gb);
|
||||
}
|
||||
|
||||
if (gb->icd_hreset_callback) {
|
||||
gb->icd_hreset_callback(gb);
|
||||
}
|
||||
|
Reference in New Issue
Block a user