Home
last modified time | relevance | path

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

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/InteropDLL/
H A DDebugWrapper.cpp39 DllExport bool __stdcall DebugIsDebuggerRunning() in DebugIsDebuggerRunning() function
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/
H A DInteropEmu.cs228 …DLLPath)] [return: MarshalAs(UnmanagedType.I1)] public static extern bool DebugIsDebuggerRunning(); in DebugIsDebuggerRunning() method in Mesen.GUI.InteropEmu