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();
|
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
|
||||||
|
|
Loading…
Reference in New Issue