Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/bin/tool/
Dcafeheadlessrun37 TITLE_WAIT=15
81 w ) TITLE_WAIT=$OPTARG;; # Time to wait for title boot
161 echo "$(basename $0): waiting $TITLE_WAIT seconds for title to boot..."
162 sleep $TITLE_WAIT
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCafeFunctions.cs4799 int TITLE_WAIT = 15; // Time to wait for the title to boot (in seconds) in headlessrun()
4859 if (!int.TryParse(args[i + 1], out TITLE_WAIT)) in headlessrun()
4866 if (TITLE_WAIT < 0) in headlessrun()
5027 … Console.WriteLine("cafex headlessrun: waiting {0} seconds for title to boot...", TITLE_WAIT); in headlessrun()
5028 Thread.Sleep(TITLE_WAIT * 1000); in headlessrun()