Home
last modified time | relevance | path

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

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DDebuggerTypes.h31 ShowVerifiedData = 0x200, enumerator
H A DDisassembler.cpp478 bool showVerifiedData = _debugger->CheckFlag(DebuggerFlags::ShowVerifiedData); in GetCode()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Config/
H A DDebugInfo.cs140 public bool ShowVerifiedData = false; field in Mesen.GUI.Config.DebugInfo
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/
H A DfrmDebugger.cs124 this.mnuShowVerifiedData.Checked = ConfigManager.Config.DebugInfo.ShowVerifiedData; in OnLoad()
427 SetFlag(DebuggerFlags.ShowVerifiedData, config.ShowVerifiedData); in UpdateDebuggerFlags()
1456 ConfigManager.Config.DebugInfo.ShowVerifiedData = mnuShowVerifiedData.Checked; in mnuShowVerifiedData_Click()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/
H A DInteropEmu.cs1724 ShowVerifiedData = 0x200, enumerator