Home
last modified time | relevance | path

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

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/Controls/
H A DctrlNametableViewer.cs47 private bool _showAttributeColorsOnly = false; field in Mesen.GUI.Debugger.Controls.ctrlNametableViewer
65 _showAttributeColorsOnly = ConfigManager.Config.DebugInfo.ShowAttributeColorsOnly; in ctrlNametableViewer()
66 chkUseGrayscalePalette.Enabled = !_showAttributeColorsOnly; in ctrlNametableViewer()
121 if(_showAttributeColorsOnly) { in GetData()
428 _showAttributeColorsOnly = chkShowAttributeColorsOnly.Checked; in chkShowAttributeColorsOnly_Click()