Make a few small GBHawk cleanups I forgot from the other commit

No need to preemptively LockGPU before calling a scanline callback, that all Just Werkz now.
This commit is contained in:
nattthebear 2021-01-14 19:20:20 -05:00
parent 0b432994df
commit 6981dc781b
2 changed files with 0 additions and 2 deletions

View File

@ -81,7 +81,6 @@ namespace BizHawk.Emulation.Cores.Nintendo.GBHawk
{
if (_scanlineCallbackLine == -1)
{
LockGPU();
_scanlineCallback(ppu.LCDC);
}
}

View File

@ -329,7 +329,6 @@ namespace BizHawk.Emulation.Cores.Nintendo.GBHawk
if (line == -2)
{
LockGPU();
_scanlineCallback(ppu.LCDC);
}
}