fceux/web/files/{3BB85A6B-4C1E-4136-A7FF-A8...

284 lines
10 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Context Menu Items</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-size: 24pt;
text-decoration: underline;
}
span.rvts11
{
font-size: 14pt;
}
span.rvts12
{
font-size: 12pt;
}
a.rvts13, span.rvts13
{
color: #0000ff;
text-decoration: underline;
}
a.rvts13:hover { color: #0000ff; }
span.rvts14 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts15 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts16 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts17, span.rvts17 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../fceux-2.0.2.htm?{3BB85A6B-4C1E-4136-A7FF-A8A6E4894F80}.htm"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts14>Context Menu Items</span></p>
<p><span class=rvts10>Context Menu</span></p>
<p><br></p>
<p>FCEUX includes a context menu that allows commonly used menu functions for various situations.&nbsp; There are some functions that appear only here.</p>
<p><br></p>
<p>This page describes all the possible menu items in each possible context situation.</p>
<p><br></p>
<p><span class=rvts11>No game loaded.</span></p>
<p><br></p>
<p>Appears when no game is loaded.</p>
<p><br></p>
<p><span class=rvts12>Open ROM</span></p>
<p>Same as the File &gt; Open ROM option</p>
<p><br></p>
<p><span class=rvts12>Last ROM used</span></p>
<p>Opens the most recently used file from the Recent Files Menu</p>
<p><br></p>
<p><span class=rvts12>Help</span></p>
<p>Brings up the Getting Started chapter in the help document.</p>
<p><br></p>
<p><br></p>
<p><span class=rvts11>Game Loaded</span></p>
<p><br></p>
<p>Appears when a game is loaded, but not a movie (.fm2).</p>
<p><br></p>
<p><span class=rvts12>Play Movie...</span></p>
<p>Same as the File &gt; Movie &gt; Play Movie menu item.</p>
<p><br></p>
<p><span class=rvts12>Record Movie...</span></p>
<p>Same as the File &gt; Movie &gt; Record Movie menu item.</p>
<p><br></p>
<p><span class=rvts12>Undo savestate</span></p>
<p>If this option is enabled it means the last savestate saved over-wrote a previous savestate file.&nbsp; This option restores the previous savestate file.</p>
<p><br></p>
<p><span class=rvts12>Redo savestate</span></p>
<p>If this option is in the menu, it means that Undo savestate was recently used to restore a previous savestate.&nbsp; This reverts that change.</p>
<p><br></p>
<p><span class=rvts12>Rewind to last auto-save</span></p>
<p>Auto-save must be enabled for this menu item to be accessible.&nbsp; Same as the Load last auto-save Hotkey Item.&nbsp; It loads the last auto-savestate.&nbsp; Auto-savestates are created once about every 4 seconds, so this typically has the effect of rewinding emulation.</p>
<p><br></p>
<p><span class=rvts12>Screenshot</span></p>
<p>Same as File &gt; Screenshot.</p>
<p><span class=rvts12><br></span></p>
<p><span class=rvts12>Close ROM</span></p>
<p>Same as File &gt; Close</p>
<p><br></p>
<p><br></p>
<p><span class=rvts11>Movie loaded - Read-only</span></p>
<p><br></p>
<p>Appears when a movie is loaded and Read-only mode is set.</p>
<p><br></p>
<p><span class=rvts12>Toggle to read+write</span></p>
<p>Sets Read status to Read+Write.</p>
<p><br></p>
<p><span class=rvts12>Play Movie from Beginning</span></p>
<p>Same as File &gt; Movie &gt; Play from Beginning.&nbsp; Turns Read status to Read-Only and plays the movie from frame 1.</p>
<p><br></p>
<p><span class=rvts12>Stop Movie Replay</span></p>
<p>Same as File &gt; Movie &gt; Stop Movie.</p>
<p><br></p>
<p><span class=rvts12>View comments and subtitles</span></p>
<p>Opens up the Metadata dialog.&nbsp; Same as the Metadata button on the Play movie dialog.</p>
<p><br></p>
<p><span class=rvts12>Undo savestate</span></p>
<p>If this option is enabled it means the last savestate saved over-wrote a previous savestate file.&nbsp; This option restores the previous savestate file.</p>
<p><br></p>
<p><span class=rvts12>Redo savestate</span></p>
<p>If this option is in the menu, it means that Undo savestate was recently used to restore a previous savestate.&nbsp; This reverts that change.</p>
<p><br></p>
<p><span class=rvts12>Rewind to last auto-save</span></p>
<p>Auto-save must be enabled for this menu item to be accessible.&nbsp; Same as the Load last auto-save Hotkey Item.&nbsp; It loads the last auto-savestate.&nbsp; Auto-savestates are created once about every 4 seconds, so this typically has the effect of rewinding emulation.</p>
<p><br></p>
<p><span class=rvts12>Help</span></p>
<p>Opens the Movie recording chapter of the help document.</p>
<p><br></p>
<p><br></p>
<p><span class=rvts11>Movie loaded - Read + Write</span></p>
<p><br></p>
<p><span class=rvts12>Toggle to Read-only</span></p>
<p>Sets Read status to Read-Only.</p>
<p><br></p>
<p><span class=rvts12>Play Movie From Beginning</span></p>
<p>Same as File &gt; Movie &gt; Play from Beginning.&nbsp; Turns Read status to Read-Only and plays the movie from frame 1.</p>
<p><br></p>
<p><span class=rvts12>Stop Movie Recording</span></p>
<p>Same as File &gt; Movie &gt; Stop Movie.</p>
<p><br></p>
<p><span class=rvts12>View comments and subtitles</span></p>
<p>Opens up the Metadata dialog.&nbsp; Same as the Metadata button on the Play movie dialog.</p>
<p><br></p>
<p><span class=rvts12>Make backup</span></p>
<p>Generates a backup .fm2.&nbsp; Uses the same file naming system as the auto-movie backup.&nbsp; (See <a class=rvts13 href="{75E1BB96-B43D-4D24-B1C3-120890F15B94}.htm">movie options</a> for details).</p>
<p><br></p>
<p><span class=rvts12>Undo savestate</span></p>
<p>If this option is enabled it means the last savestate saved over-wrote a previous savestate file.&nbsp; This option restores the previous savestate file.</p>
<p><br></p>
<p><span class=rvts12>Redo savestate</span></p>
<p>If this option is in the menu, it means that Undo savestate was recently used to restore a previous savestate.&nbsp; This reverts that change.</p>
<p><br></p>
<p><span class=rvts12>Undo loadstate</span></p>
<p>If this option is enabled it was because the Loadstate function was called sometime while the game was loaded.&nbsp; This function restores the game state to where it was before loadstate was called.</p>
<p><br></p>
<p><span class=rvts12>Redo loadstate</span></p>
<p>If Undo loadstate was called, this option is available.&nbsp; It reverts the change and restores the game back to the point it was when loadstate was called.</p>
<p><br></p>
<p><span class=rvts12>Help</span></p>
<p>Opens the Movie recording chapter of the help document.</p>
<p><br></p>
<p><span class=rvts12>Additional items may also appear related to these situations:</span></p>
<p><br></p>
<p><span class=rvts11>Lua</span></p>
<p><br></p>
<p><span class=rvts12>Load last Lua</span></p>
<p>If there is at least 1 filename in the Recent Lua Files menu this calls the most recently used Lua script file.&nbsp; Has the same effect as the File &gt; Lua &gt; Reload Lua Script menu item.</p>
<p><br></p>
<p><span class=rvts12>Stop Lua</span></p>
<p>If a Lua script is currently loaded this option is available.&nbsp; Same as File &gt; Lua &gt; Stop Lua Script.</p>
<p><br></p>
<p><span class=rvts11>Hide Menu</span></p>
<p><br></p>
<p><span class=rvts12>Unhide menu</span></p>
<p>If the main FCEUX menu is hidden this option is available. Restores the main menu.</p>
<p><br></p>
<p><span class=rvts11>Subtitles</span></p>
<p><br></p>
<p>If a movie is loaded and has subtitles, </p>
<p>a toggle subtitles option will be in the menu</p>
<p>a Dump to SRT file option will be available.&nbsp; This dumps the subtitles to a standard subtitle file compatible with A/V containers such as .mkv</p>
<p><br></p>
<p><br></p>
<p class=rvps3><span class=rvts15>2008</span></p>
<p class=rvps4><span class=rvts16>This help file has been generated by the freeware version of </span><a class=rvts17 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>