Home
last modified time | relevance | path

Searched refs:ProfilerLocation (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/
H A DfrmProfiler.cs30 this.Location = ConfigManager.Config.DebugInfo.ProfilerLocation; in frmProfiler()
40 …ConfigManager.Config.DebugInfo.ProfilerLocation = this.WindowState != FormWindowState.Normal ? thi… in OnFormClosing()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Config/
H A DDebugInfo.cs290 public Point ProfilerLocation; field in Mesen.GUI.Config.DebugInfo