Update PPU.cs

This commit is contained in:
alyosha-tas 2017-09-06 09:32:59 -04:00 committed by GitHub
parent 666e284e03
commit f0306c10df
1 changed files with 1 additions and 0 deletions

View File

@ -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;