Documentation Update
This commit is contained in:
parent
e7be463a5d
commit
622498f47c
|
@ -103,6 +103,10 @@
|
|||
<param name="Name" value="Shot Factory Dialog">
|
||||
<param name="Local" value="dialog_shot_factory.htm">
|
||||
</OBJECT>
|
||||
<LI> <OBJECT type="text/sitemap">
|
||||
<param name="Name" value="Choose Monitor for Full Screen Dialog">
|
||||
<param name="Local" value="dialog_choose_monitor.htm">
|
||||
</OBJECT>
|
||||
</UL>
|
||||
<LI> <OBJECT type="text/sitemap">
|
||||
<param name="Name" value="Keys">
|
||||
|
|
|
@ -0,0 +1,26 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<meta name="GENERATOR" content="Microsoft® HTML Help Workshop 4.1">
|
||||
<Title>Choose Monitor for Full Screen Dialog</Title>
|
||||
</HEAD>
|
||||
<BODY>
|
||||
|
||||
<FONT FACE="verdana" SIZE="2">
|
||||
|
||||
<TABLE BORDER="0" WIDTH="100%" CELLSPACING="0" CELLPADDING="6">
|
||||
<TR>
|
||||
<TD BGCOLOR="#757575" WIDTH="90"><IMG SRC="images/misc.bmp"></TD>
|
||||
<TD BGCOLOR="#757575"><FONT COLOR="#FFFFFF" FACE="verdana" SIZE="4"><B>FB Alpha</B></FONT></TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
<H3><FONT COLOR="#F98733">Choose Monitor for Full Screen Dialog</FONT></H3>
|
||||
|
||||
<P>This dialog can be used to choose which monitor to use for running games in full screen. This is useful if you have a multi-monitor setup.</P>
|
||||
|
||||
<P>You can select a different monitor for horizontal and vertical games if desired. Simply select the required monitor from the dropdowns and press the <B>OK</B> button.</P>
|
||||
|
||||
</FONT>
|
||||
</BODY>
|
||||
</HTML>
|
Binary file not shown.
|
@ -36,6 +36,7 @@ dialog_neocdz.htm
|
|||
localise_gamelist.htm
|
||||
dialog_palette_viewer.htm
|
||||
dialog_game_info.htm
|
||||
dialog_choose_monitor.htm
|
||||
|
||||
[INFOTYPES]
|
||||
|
||||
|
|
|
@ -52,6 +52,9 @@
|
|||
<TR><TD WIDTH="200" VALIGN="TOP"><FONT FACE="verdana" SIZE="1"><B>Fullscreen bitdepth</B></FONT></TD>
|
||||
<TD VALIGN="TOP"><FONT FACE="verdana" SIZE="1">Allows you to choose between <I>16-bit</I>, <I>24-bit</I> and <I>32-bit</I> colour modes for use in fullscreen.</FONT></TD></TR>
|
||||
|
||||
<TR><TD WIDTH="200" VALIGN="TOP"><FONT FACE="verdana" SIZE="1"><B>Choose Fullscreen Monitor</B></FONT></TD>
|
||||
<TD VALIGN="TOP"><FONT FACE="verdana" SIZE="1">Opens the <A HREF="dialog_choose_monitor.htm">Choose Monitor for Full Screen dialog</a>.</FONT></TD></TR>
|
||||
|
||||
<TR><TD WIDTH="200" VALIGN="TOP"><FONT FACE="verdana" SIZE="1"><B>Automatically detect aspect ratio</B></FONT></TD>
|
||||
<TD VALIGN="TOP"><FONT FACE="verdana" SIZE="1">If this is enabled FB Alpha will automatically attempt to determine the aspect ratio of your monitor.</FONT></TD></TR>
|
||||
|
||||
|
|
Loading…
Reference in New Issue