fceux/help/GUI.html

121 lines
4.2 KiB
HTML

<html>
<head>
<title>GUI</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="generator" content="HelpNDoc Personal Edition 3.8.0.560">
<link type="text/css" rel="stylesheet" media="all" href="css/reset.css" />
<link type="text/css" rel="stylesheet" media="all" href="css/base.css" />
<link type="text/css" rel="stylesheet" media="all" href="css/hnd.css" />
<!--[if lte IE 8]>
<link type="text/css" rel="stylesheet" media="all" href="css/ielte8.css" />
<![endif]-->
<style type="text/css">
#topic_header
{
background-color: #EFEFEF;
}
</style>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/hnd.js"></script>
<script type="text/javascript">
$(document).ready(function()
{
if (top.frames.length == 0)
{
var sTopicUrl = top.location.href.substring(top.location.href.lastIndexOf("/") + 1, top.location.href.length);
top.location.href = "fceux.html?" + sTopicUrl;
}
else if (top && top.FrameTOC && top.FrameTOC.SelectTocItem)
{
top.FrameTOC.SelectTocItem("GUI");
}
});
</script>
</head>
<body>
<div id="topic_header">
<div id="topic_header_content">
<h1>GUI</h1>
<div id="topic_breadcrumb">
<a href="Config.html">Config</a> &rsaquo;&rsaquo; </div>
</div>
<div id="topic_header_nav">
<a href="Config.html"><img src="img/arrow_up.png" alt="Parent"/></a>
<a href="Directories.html"><img src="img/arrow_left.png" alt="Previous"/></a>
<a href="Input.html"><img src="img/arrow_right.png" alt="Next"/></a>
</div>
<div class="clear"></div>
</div>
<div id="topic_content">
<p></p>
<p><span class="rvts17">GUI</span></p>
<p><br/></p>
<p>Various toggle boxes related to the FCEUX main window.</p>
<p><br/></p>
<p><br/></p>
<p><span class="rvts16">Load "File Open" dialog when FCEUX starts.</span></p>
<p><br/></p>
<p>If enabled, FCEUX will ask for a ROM to open upon FCEUX start up. </p>
<p><br/></p>
<p><br/></p>
<p><span class="rvts16">Automatically hide menu on game load.</span></p>
<p><br/></p>
<p>If enabled, the FCEU Menu will be hidden while a ROM is loaded. &nbsp;To unhide it, press the ESC key.</p>
<p><br/></p>
<p><br/></p>
<p><span class="rvts16">Ask confirmation on exit attempt.</span></p>
<p><br/></p>
<p>If enabled, FCEUX will ask you before closing the window. &nbsp;(It may also say some other things...)</p>
<p><br/></p>
<p><br/></p>
<p><span class="rvts16">Disable screen saver while game is loaded. </span></p>
<p><br/></p>
<p>This is enabled by default. &nbsp;If a game is running, the windows screen saver will not turn on.</p>
<p><br/></p>
<p><br/></p>
<p><span class="rvts16">Enable right-click context menu.</span></p>
<p><br/></p>
<p>This is enabled by default. &nbsp;This allows you to right-click on the emulator to get context menus. &nbsp;The context menu gives many common options for a given situation and has a few options not available otherwise.</p>
<p><br/></p>
<p><br/></p>
<p><span class="rvts16">Switch fullscreen by double-click</span></p>
<p><br/></p>
<p>If enabled, you may switch between fullscreen mode and windowed mode by a double-click on the emulator.</p>
<p><br/></p>
<p><br/></p>
<p><span class="rvts16">Partially disable Visual Themes (Requires restart)</span></p>
<p><br/></p>
<p>If enabled, dialog windows in FCEUX will use classic Visual Theme (a la Windows98 interface).</p>
<p><br/></p>
<p><br/></p>
<p><span class="rvts16">Single Instance Mode</span></p>
<p><br/></p>
<p>If enabled, starting a second copy of FCEUX with a path to a game will make FCEUX load the file into the first window, then exit. This will ensure that only one instance of FCEUX is running in your OS.</p>
<p><br/></p>
<p><br/></p>
<p><br/></p>
<p><br/></p>
<p><br/></p>
<p><br/></p>
<p></p>
<p class="rvps2"><span class="rvts13">Created with the Personal Edition of HelpNDoc: </span><a class="rvts14" href="http://www.helpndoc.com/help-authoring-tool">Single source CHM, PDF, DOC and HTML Help creation</a></p>
</div>
<div id="topic_footer">
<div id="topic_footer_content">
2016</div>
</div>
</body>
</html>