Home
last modified time | relevance | path

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

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/InteropDLL/
H A DDebugWrapper.cpp88 …DllExport int32_t __stdcall DebugGetRelativeAddress(uint32_t addr, AddressType type) { return GetD… in DebugGetRelativeAddress() function
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/
H A DInteropEmu.cs247 …[DllImport(DLLPath)] public static extern Int32 DebugGetRelativeAddress(UInt32 absoluteAddr, Addre… in DebugGetRelativeAddress() method in Mesen.GUI.InteropEmu