81 lines
2.9 KiB
HTML
81 lines
2.9 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
|
<link href="fceux.css" rel="stylesheet" type="text/css" />
|
|
<title>Press Release 2.6.0</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="masthead">
|
|
<span class="largerfont">FCEUX<br/></span>The all in one NES/Famicom/Dendy Emulator
|
|
</div>
|
|
<div id="top_nav">
|
|
<a href="home.html">Home</a>
|
|
<a href="download.html">Download</a>
|
|
<a href="documentation.html">Documentation</a>
|
|
<a href="version.html">Versions</a>
|
|
<a href="contact.html">Contact</a>
|
|
<a href="links.html">Links</a>
|
|
</div>
|
|
<div id="container">
|
|
<div id="left_col">
|
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
|
<ins class="adsbygoogle"
|
|
style="display:inline-block;width:180px;height:150px"
|
|
data-ad-client="ca-pub-0764229755985190"
|
|
data-ad-slot="7648866201"></ins>
|
|
<script>
|
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
|
</script>
|
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
|
<ins class="adsbygoogle"
|
|
style="display:inline-block;width:180px;height:150px"
|
|
data-ad-client="ca-pub-0764229755985190"
|
|
data-ad-slot="7648866201"></ins>
|
|
<script>
|
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
|
</script>
|
|
</div>
|
|
<div id="page_content">
|
|
<h1>FCEUX 2.6.0 Release</h1>
|
|
<p>12 January 2022</p>
|
|
<p>
|
|
The 2.6.0 release features the addition of the TAS Editor to the Qt/SDL port. There are also a few other minor bug fixes.
|
|
</p>
|
|
|
|
<h2>Qt/SDL</h2>
|
|
|
|
<h3>TAS Editor</h3>
|
|
The full TAS editor has been ported over from the Win32 version. Other than minor layout changes, Win32 TAS users should find it familiar.
|
|
|
|
<h3>GUI Improvements and Bug Fixes</h3>
|
|
Fixed occasional stack overflow issue due to unintended recursion in Qt event loop.<br>
|
|
|
|
<h3>Video Improvements and Bug Fixes</h3>
|
|
Added video vertical sync config option.<br>
|
|
Added built-in video vertical sync test pattern.<br>
|
|
|
|
<h3>Input Improvements and Bug Fixes</h3>
|
|
Added escape characters to gamepad config files to fix keyboard binding issue for ',' and '\' keys.<br>
|
|
|
|
<h3>Build Improvements</h3>
|
|
Replaced a few soon-to-be deprecated ffmpeg function calls.<br>
|
|
Cleaned up a few compiler warnings.<br>
|
|
|
|
</div>
|
|
|
|
<p>
|
|
<hr>
|
|
|
|
<div id="footer">
|
|
<a href="home.html">Home</a> | <a href="download.html">Download</a> |
|
|
<a href="documentation.html">Documentation</a> | <a href="version.html">
|
|
Version History</a> | <a href="contact.html">Contact</a> | <a href="links.html">Links</a>
|
|
<br/>We are in no way affiliated or endorsed by Nintendo or Nintendo of America. "Nintendo" is a registered trademark of Nintendo of America Inc.
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|