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