Home
last modified time | relevance | path

Searched refs:IsVsSystem (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Forms/
H A DfrmMain.Game.cs56 sepVsSystem.Visible = InteropEmu.IsVsSystem() || InteropEmu.GetDipSwitchCount() > 0; in InitializeVsSystemMenu()
57 mnuInsertCoin1.Visible = InteropEmu.IsVsSystem(); in InitializeVsSystemMenu()
58 mnuInsertCoin2.Visible = InteropEmu.IsVsSystem(); in InitializeVsSystemMenu()
H A DfrmMain.cs664 if(ConfigManager.Config.PreferenceInfo.ShowVsConfigOnLoad && InteropEmu.IsVsSystem()) { in _notifListener_OnNotification()
791 …Func<bool> runningVsSystem = () => { return _emuThread != null && InteropEmu.IsVsSystem() && !Inte… in BindShortcuts()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Forms/Config/Controllers/
H A DfrmControllerConfig.cs52 if(InteropEmu.IsVsSystem()) { in frmControllerConfig()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/InteropDLL/
H A DConsoleWrapper.cpp738 DllExport bool __stdcall IsVsSystem() { in IsVsSystem() function
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/
H A DInteropEmu.cs161 [DllImport(DLLPath)] [return: MarshalAs(UnmanagedType.I1)] public static extern bool IsVsSystem(); in IsVsSystem() method in Mesen.GUI.InteropEmu