Merge pull request #150 from infval/patch-1

Fix broken Debugger
This commit is contained in:
NovaSquirrel 2023-01-24 14:34:14 -05:00 committed by GitHub
commit e6d75fcf58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1368,6 +1368,7 @@ namespace Mesen.GUI
[MarshalAs(UnmanagedType.I1)]
public bool WriteToggle;
public UInt16 bgTileAddr;
public UInt16 HighBitShift;
public UInt16 LowBitShift;
}