Home
last modified time | relevance | path

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

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/
H A DfrmMemoryViewer.cs59 this.ctrlHexViewer.TextZoom = config.RamTextZoom; in OnLoad()
63 this.ctrlMemoryAccessCounters.TextZoom = config.RamTextZoom; in OnLoad()
448 ConfigManager.Config.DebugInfo.RamTextZoom = this.ctrlHexViewer.TextZoom; in UpdateConfig()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Config/
H A DDebugInfo.cs255 public int RamTextZoom = 100; field in Mesen.GUI.Config.DebugInfo