// This is the first (title) menu, displayed when the
// disc is first played.
file <<
- " <pgc entry='title'>\n"
+ " <pgc entry='title' pause='inf'>\n"
" <pre>\n"
// Initialise the current location if it is not set
// (all general registers are initially 0).
else
{
file <<
- " <pgc>\n"
+ " <pgc pause='inf'>\n"
" <pre>\n";
}
file << " </button>\n";
}
- file << " </pgc>\n";
+ file <<
+ // Some DVD players don't seem to obey pause='inf' so make
+ // them loop.
+ " <post>\n"
+ " jump cell 1;\n"
+ " </post>\n"
+ " </pgc>\n";
}
file <<