Home
last modified time | relevance | path

Searched defs:IsRecordingTapeFile (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DConsole.cpp1371 bool Console::IsRecordingTapeFile() in IsRecordingTapeFile() function in Console
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/InteropDLL/
H A DConsoleWrapper.cpp675 DllExport bool __stdcall IsRecordingTapeFile() { return _console->IsRecordingTapeFile(); } in IsRecordingTapeFile() function
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/
H A DInteropEmu.cs173 …rt(DLLPath)] [return: MarshalAs(UnmanagedType.I1)] public static extern bool IsRecordingTapeFile(); in IsRecordingTapeFile() method in Mesen.GUI.InteropEmu