Lines Matching refs:BRIDGE_PARAMETERS
101 internal static EnvVar BRIDGE_PARAMETERS = new EnvVar("BRIDGE_PARAMETERS"); field in CafeX.Program
1919 BRIDGE_PARAMETERS.value = ""; in run()
2418 BRIDGE_PARAMETERS.AddToVar("-sata", ' '); in run()
2452 BRIDGE_PARAMETERS.AddToVar("-" + args[i + 1], ' '); in run()
2508 BRIDGE_PARAMETERS.RemoveFromVar("-sdio", ' '); in run()
2682 BRIDGE_PARAMETERS.AddToVar("-sata", ' '); in run()
2845 … (string.IsNullOrEmpty(BRIDGE_PARAMETERS.value) || !BRIDGE_PARAMETERS.value.Contains("-sata")) && in run()
2848 BRIDGE_PARAMETERS.AddToVar("-sata", ' '); in run()
2878 BRIDGE_PARAMETERS.AddToVar("-pcfsport:" + SESSION_PCFS_SATA_PORT.value, ' '); in run()
2902 if (BRIDGE_PARAMETERS.value == null || !BRIDGE_PARAMETERS.value.Contains("-h")) in run()
2904 if (BRIDGE_PARAMETERS.value == null || !BRIDGE_PARAMETERS.value.Contains("-em")) in run()
2906 BRIDGE_PARAMETERS.AddToVar("-em", ' '); in run()
2927 … BRIDGE_PARAMETERS.AddToVar("-em", ' '); //Tell FSEmul to use block emulation explicitly in run()
2933 if (BRIDGE_PARAMETERS.value == null || !BRIDGE_PARAMETERS.value.Contains("-em")) in run()
2935 BRIDGE_PARAMETERS.AddToVar("-em", ' '); in run()
2966 Console.WriteLine("cafex run: bridge parameters: " + BRIDGE_PARAMETERS.value); in run()
4449 if (BRIDGE_PARAMETERS.value == null) in hostrun()
4455 … FSEMUL_PARAMS.value = BRIDGE_PARAMETERS.value + " -ip " + BRIDGE_CURRENT_IP_ADDRESS.value; in hostrun()