Searched refs:MCP_LAUNCH_HINT (Results 1 – 2 of 2) sorted by relevance
47 MCP_LAUNCH_HINT=928 MCP_LAUNCH_HINT=${MCP_INFO_OPTION#*launch_hint:}1387 update_system_xml "$SYSTEM_XML" "$PPC_OS_FLAGS" "$SYSTEM_MODE" "$MCP_LAUNCH_HINT"1666 if [ ! -z "$MCP_LAUNCH_HINT" ]1668 …devkitmsg "title_softlaunch $CAFERUN_COLDBOOT_OS_VERSION $DISC_EMU_TID $MCP_LAUNCH_HINT" -v -p $SE…
74 internal static EnvVar MCP_LAUNCH_HINT = new EnvVar("MCP_LAUNCH_HINT"); field in CafeX.Program1842 MCP_LAUNCH_HINT.value = ""; in run()2355 MCP_LAUNCH_HINT.value = new_val.Substring(12); in run()2358 …if (isWumadExecution && command != "on" && string.Compare(MCP_LAUNCH_HINT.value, "odd", true) != 0) in run()2360 … Console.WriteLine("WARNING: overriding launch hint for wumad with " + MCP_LAUNCH_HINT.value); in run()2426 if (string.IsNullOrEmpty(MCP_LAUNCH_HINT.value)) in run()2428 MCP_LAUNCH_HINT.value = "odd"; in run()2430 else if (string.Compare(MCP_LAUNCH_HINT.value, "odd", true) != 0) in run()2432 … Console.WriteLine("WARNING: overriding launch hint for wumad with " + MCP_LAUNCH_HINT.value); in run()3242 … update_system_xml(SYSTEM_XML.value, PPC_OS_FLAGS.value, SYSTEM_MODE.value, MCP_LAUNCH_HINT.value); in run()[all …]