Home
last modified time | relevance | path

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

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/InteropDLL/
H A DDebugWrapper.cpp67 DllExport void __stdcall DebugPpuStep(uint32_t count) { GetDebugger()->PpuStep(count); } in DebugPpuStep() function
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/
H A DInteropEmu.cs239 [DllImport(DLLPath)] public static extern void DebugPpuStep(UInt32 count); in DebugPpuStep() method in Mesen.GUI.InteropEmu