Home
last modified time | relevance | path

Searched defs:DebugGetInstructionProgress (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/InteropDLL/
H A DDebugWrapper.cpp54 …DllExport void __stdcall DebugGetInstructionProgress(InstructionProgress *state) { GetDebugger()->… in DebugGetInstructionProgress() function
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/
H A DInteropEmu.cs233 …[DllImport(DLLPath)] public static extern void DebugGetInstructionProgress(ref InstructionProgress… in DebugGetInstructionProgress() method in Mesen.GUI.InteropEmu