Home
last modified time | relevance | path

Searched refs:MCP_LAUNCH_HINT (Results 1 – 2 of 2) sorted by relevance

/CafeSDK-2.12.13-1/system/bin/tool/
Dcaferun47 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…
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCafeFunctions.cs75 internal static EnvVar MCP_LAUNCH_HINT = new EnvVar("MCP_LAUNCH_HINT"); field in CafeX.Program
1941 MCP_LAUNCH_HINT.value = ""; in run()
2460 MCP_LAUNCH_HINT.value = mcp_args[2]; in run()
2463 …if (isWumadExecution && command != "on" && string.Compare(MCP_LAUNCH_HINT.value, "odd", true) != 0) in run()
2465 … Console.WriteLine("WARNING: overriding launch hint for wumad with " + MCP_LAUNCH_HINT.value); in run()
2534 if (string.IsNullOrEmpty(MCP_LAUNCH_HINT.value)) in run()
2536 MCP_LAUNCH_HINT.value = "odd"; in run()
2538 else if (string.Compare(MCP_LAUNCH_HINT.value, "odd", true) != 0) in run()
2540 … Console.WriteLine("WARNING: overriding launch hint for wumad with " + MCP_LAUNCH_HINT.value); in run()
3381 … update_system_xml(SYSTEM_XML.value, PPC_OS_FLAGS.value, SYSTEM_MODE.value, MCP_LAUNCH_HINT.value); in run()
[all …]