* "Maintain aspect ratio (best fit)" option in Video config

* updated docs

[[Split portion of a mixed commit.]]
This commit is contained in:
ansstuff 2012-08-19 20:31:40 +00:00
parent c8465b09b6
commit 579bfa851e
4 changed files with 14 additions and 5 deletions

View File

@ -59,7 +59,12 @@
<p><br/></p>
<p><span class="rvts42">Slow emulation / Sound crackle</span></p>
<p><br/></p>
<p>FCEUX may not run well on slower CPU's. &nbsp;You can improve performance by setting sound to low quality in the<a class="rvts18" href="SoundOptions.html"> Sound Dialog</a>. &nbsp;In addition, for windowed mode try enabling hardware acceleration in the <a class="rvts18" href="Video.html">Video config</a> dialog may also help.</p>
<p>FCEUX may not run well on slower CPU's. &nbsp;You can improve performance by setting sound to low quality in the<a class="rvts18" href="SoundOptions.html"> Sound Dialog</a>. &nbsp;In addition, for windowed mode try enabling hardware acceleration in the <a class="rvts18" href="Video.html">Video config</a> dialog.</p>
<p><br/></p>
<p><br/></p>
<p><span class="rvts42">Emulated picture is kinda blurred</span></p>
<p><br/></p>
<p>Disable hardware acceleration in the <a class="rvts18" href="Video.html">Video config</a> dialog.</p>
<p><br/></p>
<p><br/></p>
<p><span class="rvts42">Slow savestates when recording movies</span></p>

View File

@ -101,7 +101,10 @@
<p>If checked, &nbsp;FCEUX can only be stretched by even amounts (1x, 2x, 3x, etc.). &nbsp;If unchecked, it can be stretched by any amount.</p>
<p><br/></p>
<p><span class="rvts10">Force Aspect Ratio Correction</span></p>
<p>If Integral Scaling Factors is unchecked, checking this will only allow the correct aspect ratio while stretching the window.</p>
<p>Checking this will only allow the correct aspect ratio while stretching the window.</p>
<p><br/></p>
<p><span class="rvts10">Maintain Aspect Ratio (Best Fit)</span></p>
<p>Checking this will automatically maintain correct aspect ratio for any size of the window.</p>
<p><br/></p>
<p><span class="rvts10">Current Pixel Aspect Ratio</span></p>
<p>Displays the current Aspect Ratio</p>
@ -110,7 +113,7 @@
<p>If the emulator is running poorly, trying out these sync options can help make it run smoother.</p>
<p><br/></p>
<p><span class="rvts10">Disable Hardware Acceleration</span></p>
<p>This is checked by default. &nbsp;Slower computers my experience slow emulation and should uncheck this option. &nbsp;The video will be blurred somewhat with this option checked.</p>
<p>This is checked by default. &nbsp;Slower computers may experience slow emulation and should uncheck this option. The video will be blurred somewhat with this option checked.</p>
<p><br/></p>
<p><br/></p>
<p><span class="rvts28">Drawing Area</span></p>

View File

@ -121,6 +121,8 @@
<p><span class="rvts24"><br/></span></p>
<p><span class="rvts24">Win32</span></p>
<ul style="text-indent: 0px; margin-left: 24px; list-style-position: outside;">
<li><span class="rvts22">Fixed graphic tearing with vertical sync enabled in windowed mode</span></li>
<li><span class="rvts22">Added "Maintain aspect ratio (best fit)" option to Video config for windowed mode</span></li>
<li><span class="rvts22">Lua console now gets proper file path when selecting a file from the recent menu</span></li>
<li><span class="rvts22">Fixed crashes and bugs caused by 2.1.5 allowing hotkeys without ROM loaded</span></li>
<li><span class="rvts22">Fixed context menus to use rightclicks in context menus correctly</span></li>
@ -179,7 +181,6 @@
<ul style="text-indent: 0px; margin-left: 24px; list-style-position: outside;">
<li><span class="rvts22">Support multibyte languages for opening files through drag&amp;drop (except Lua files)</span></li>
<li><span class="rvts22">Loading TAS Editor projects (*.fm3) by drag&amp;drop</span></li>
<li><span class="rvts22">Fixed graphic tearing with vertical sync enabled in windowed mode</span></li>
<li><span class="rvts22">Fixed bug with Input Config not displaying some key names</span></li>
<li><span class="rvts22">Changed some checkboxes to radiobuttons in menu</span></li>
<li><span class="rvts22">Launch tools hotkeys shown in menu; general cleanup of menu/settings</span></li>

File diff suppressed because one or more lines are too long