Home
last modified time | relevance | path

Searched refs:DebugSetPpuViewerScanlineCycle (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/Controls/
H A DctrlScanlineCycleSelect.cs37 InteropEmu.DebugSetPpuViewerScanlineCycle(_ppuViewerId, _scanline, _cycle); in Initialize()
42 InteropEmu.DebugSetPpuViewerScanlineCycle(_ppuViewerId, _scanline, _cycle); in RefreshSettings()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/InteropDLL/
H A DDebugWrapper.cpp71 …DllExport void __stdcall DebugSetPpuViewerScanlineCycle(int32_t ppuViewerId, int32_t scanline, int… in DebugSetPpuViewerScanlineCycle() function
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/
H A DInteropEmu.cs298 …[DllImport(DLLPath)] public static extern void DebugSetPpuViewerScanlineCycle(Int32 ppuViewerId, I… in DebugSetPpuViewerScanlineCycle() method in Mesen.GUI.InteropEmu