gb gpu: fix new bug with game switching

This commit is contained in:
goyuken 2012-11-06 18:02:19 +00:00
parent ad3e1bff21
commit d1613d2cb5
1 changed files with 2 additions and 1 deletions

View File

@ -62,6 +62,7 @@ namespace BizHawk.MultiClient.GBtools
bmpViewTiles2.Clear();
bmpViewBGPal.Clear();
bmpViewSPPal.Clear();
cbscanline_emu = -4; // force refresh
}
else
{
@ -78,7 +79,7 @@ namespace BizHawk.MultiClient.GBtools
/// <summary>
/// what was last passed to the emu core
/// </summary>
int cbscanline_emu = -4;
int cbscanline_emu = -4; // force refresh
/// <summary>
/// put me in ToolsBefore