Home
last modified time | relevance | path

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

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/Controls/
H A DctrlNametableViewer.cs58 chkHighlightChrTile.Checked = ConfigManager.Config.DebugInfo.HighlightChrTile; in ctrlNametableViewer()
452 ConfigManager.Config.DebugInfo.HighlightChrTile = chkHighlightChrTile.Checked; in chkHighlightChrTile_Click()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Config/
H A DDebugInfo.cs203 public bool HighlightChrTile = false; field in Mesen.GUI.Config.DebugInfo