When right-clicking on a separator in the memory watch window, the drop-down menu erroneously suggests "Unfreeze Address".
Also I would like to add colors to rows in memory watch (if it isn't already there and I didn't see it).
I tried Bizhawk 2.10 RC1 and got an error when opening the .exe.
(Translated:)
System.EntryPointNotFoundException: Entry point "GetDpiForWindow" not found in "user32.dll".
at BizHawk.Common.Win32Imports.GetDpiForWindow(IntPtr hwnd)
at BizHawk.Client.Common.DisplayManagerBase.UpdateSourceInternal(JobInfo job) in /_/src/BizHawk.Client.Common/DisplayManager/DisplayManagerBase.cs:line 818.
at BizHawk.Client.Common.DisplayManagerBase.CalculateClientSize(IVideoProvider videoProvider, Int32 zoom) in /_/src/BizHawk.Client.Common/DisplayManager/DisplayManagerBase.cs:line 696.
at BizHawk.Client.EmuHawk.MainForm.FrameBufferResized(Boolean forceWindowResize) in /_/src/BizHawk.Client.EmuHawk/MainForm.cs:line 1424.
at BizHawk.Client.EmuHawk.MainForm.SetStatusBar() in /_/src/BizHawk.Client.EmuHawk/MainForm.cs:line 1744.
at BizHawk.Client.EmuHawk.MainForm..ctor(ParsedCLIFlags cliFlags, IGL gl, Func`1 getConfigPath, Func`1 getGlobalConfig, Action`1 updateGlobalSound, String[] args, IMovieSession& movieSession, Boolean& exitEarly) in /_/src/BizHawk.Client.EmuHawk/MainForm.cs:line 741.
at BizHawk.Client.EmuHawk.Program.SubMain(String[] args) in /_/src/BizHawk.Client.EmuHawk/Program.cs:line 317.