Fix broken Debugger

This commit is contained in:
infval 2023-01-24 22:10:22 +03:00 committed by GitHub
parent 7d3a6297a6
commit 82fa8fc1cd
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;
}