gb gpu: fix new bug with game switching
This commit is contained in:
parent
ad3e1bff21
commit
d1613d2cb5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue