From 82fa8fc1cdbd082c24616d297c87d01ae3e64ac2 Mon Sep 17 00:00:00 2001 From: infval <38145742+infval@users.noreply.github.com> Date: Tue, 24 Jan 2023 22:10:22 +0300 Subject: [PATCH] Fix broken Debugger --- GUI.NET/InteropEmu.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/GUI.NET/InteropEmu.cs b/GUI.NET/InteropEmu.cs index 3fdb5045..a77c590b 100644 --- a/GUI.NET/InteropEmu.cs +++ b/GUI.NET/InteropEmu.cs @@ -1368,6 +1368,7 @@ namespace Mesen.GUI [MarshalAs(UnmanagedType.I1)] public bool WriteToggle; + public UInt16 bgTileAddr; public UInt16 HighBitShift; public UInt16 LowBitShift; }