Home
last modified time | relevance | path

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

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/InteropDLL/
H A DDebugWrapper.cpp138 DllExport void __stdcall DebugPerformUndo() { GetDebugger()->GetMemoryDumper()->PerformUndo(); } in DebugPerformUndo() function
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/Controls/
H A DCodeViewerActions.cs401 InteropEmu.DebugPerformUndo(); in mnuUndoPrgChrEdit_Click()
H A DctrlHexViewer.cs715 InteropEmu.DebugPerformUndo(); in mnuUndo_Click()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/
H A DInteropEmu.cs324 [DllImport(DLLPath)] public static extern void DebugPerformUndo(); in DebugPerformUndo() method in Mesen.GUI.InteropEmu