2012-03-23 20:30:31 +00:00
< html >
< head >
< title > GUI< / title >
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" >
2016-07-02 17:02:24 +00:00
< meta name = "generator" content = "HelpNDoc Personal Edition 3.8.0.560" >
2012-03-23 20:30:31 +00:00
< 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]-->
2012-07-01 14:11:24 +00:00
< style type = "text/css" >
#topic_header
{
background-color: #EFEFEF;
}
< / style >
2012-03-23 20:30:31 +00:00
< script type = "text/javascript" src = "js/jquery.min.js" > < / script >
< script type = "text/javascript" src = "js/hnd.js" > < / script >
2012-08-08 15:00:14 +00:00
< script type = "text/javascript" >
2012-11-27 17:03:56 +00:00
$(document).ready(function()
2012-07-01 14:11:24 +00:00
{
2012-11-27 17:03:56 +00:00
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");
}
});
2012-03-23 20:30:31 +00:00
< / 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 > › › < / 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" >
2012-11-27 17:03:56 +00:00
< p > < / p >
2012-03-23 20:30:31 +00:00
< p > < span class = "rvts17" > GUI< / span > < / p >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
2012-03-23 20:30:31 +00:00
< p > Various toggle boxes related to the FCEUX main window.< / p >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
< p > < br / > < / p >
2012-03-23 20:30:31 +00:00
< p > < span class = "rvts16" > Load "File Open" dialog when FCEUX starts.< / span > < / p >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
2012-03-23 20:30:31 +00:00
< p > If enabled, FCEUX will ask for a ROM to open upon FCEUX start up. < / p >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
< p > < br / > < / p >
2012-03-23 20:30:31 +00:00
< p > < span class = "rvts16" > Automatically hide menu on game load.< / span > < / p >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
2012-08-20 20:41:45 +00:00
< p > If enabled, the FCEU Menu will be hidden while a ROM is loaded. To unhide it, press the ESC key.< / p >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
< p > < br / > < / p >
2012-03-23 20:30:31 +00:00
< p > < span class = "rvts16" > Ask confirmation on exit attempt.< / span > < / p >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
2012-03-23 20:30:31 +00:00
< p > If enabled, FCEUX will ask you before closing the window. (It may also say some other things...)< / p >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
< p > < br / > < / p >
2012-03-23 20:30:31 +00:00
< p > < span class = "rvts16" > Disable screen saver while game is loaded. < / span > < / p >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
2012-03-23 20:30:31 +00:00
< p > This is enabled by default. If a game is running, the windows screen saver will not turn on.< / p >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
< p > < br / > < / p >
2012-03-23 20:30:31 +00:00
< p > < span class = "rvts16" > Enable right-click context menu.< / span > < / p >
2012-08-08 15:00:14 +00:00
< p > < br / > < / p >
2012-03-23 20:30:31 +00:00
< p > This is enabled by default. This allows you to right-click on the emulator to get context menus. The context menu gives many common options for a given situation and has a few options not available otherwise.< / p >
2012-08-20 20:41:45 +00:00
< p > < br / > < / p >
< p > < br / > < / p >
< p > < span class = "rvts16" > Switch fullscreen by double-click< / span > < / p >
< p > < br / > < / p >
2013-03-01 12:49:18 +00:00
< p > If enabled, you may switch between fullscreen mode and windowed mode by a double-click on the emulator.< / p >
2012-08-20 20:41:45 +00:00
< 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 >
2013-09-22 18:54:01 +00:00
< 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 >
2012-08-20 20:41:45 +00:00
< p > < br / > < / p >
< p > < br / > < / p >
< p > < br / > < / p >
< p > < br / > < / p >
< p > < br / > < / p >
< p > < br / > < / p >
2012-11-27 17:03:56 +00:00
< p > < / p >
2012-03-23 20:30:31 +00:00
< 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-07-03 12:01:17 +00:00
2016< / div >
2012-03-23 20:30:31 +00:00
< / div >
< / body >
< / html >