diff --git a/BizHawk.MultiClient/GBtools/GBGPUView.cs b/BizHawk.MultiClient/GBtools/GBGPUView.cs
index aab6b91a30..07e77ca9fa 100644
--- a/BizHawk.MultiClient/GBtools/GBGPUView.cs
+++ b/BizHawk.MultiClient/GBtools/GBGPUView.cs
@@ -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
///
/// what was last passed to the emu core
///
- int cbscanline_emu = -4;
+ int cbscanline_emu = -4; // force refresh
///
/// put me in ToolsBefore