Update PPU.cs
This commit is contained in:
parent
666e284e03
commit
f0306c10df
|
@ -485,6 +485,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.GBHawk
|
|||
{
|
||||
window_y_tile_inc = 0;
|
||||
window_y_tile++;
|
||||
window_y_tile %= 32;
|
||||
}
|
||||
}
|
||||
window_started = false;
|
||||
|
|
Loading…
Reference in New Issue