GBCHawk: fix window timing to match console behaviour
This commit is contained in:
parent
43f2435737
commit
a21a11b70e
|
@ -705,6 +705,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.GBHawk
|
|||
// if the window starts at zero, we still do the first access to the BG
|
||||
// but then restart all over again at the window
|
||||
window_pre_render = true;
|
||||
read_case = 4;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue