2009-12-04 16:39:34 +00:00
|
|
|
<!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" />
|
|
|
|
<title>FCEUX SDL FAQ</title>
|
|
|
|
<link href="fceux.css" rel="stylesheet" type="text/css" />
|
|
|
|
</head>
|
2018-07-14 18:11:23 +00:00
|
|
|
<body>
|
2009-12-04 22:42:48 +00:00
|
|
|
<div id="masthead">
|
2016-07-31 17:55:40 +00:00
|
|
|
<span class="largerfont">FCEUX<br/></span>The all in one NES/Famicom/Dendy Emulator
|
2009-12-04 22:42:48 +00:00
|
|
|
</div>
|
|
|
|
<div id="top_nav">
|
2018-07-14 18:11:23 +00:00
|
|
|
<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>
|
2009-12-04 16:39:34 +00:00
|
|
|
<div id="container">
|
|
|
|
<div id="left_col">
|
|
|
|
</div>
|
|
|
|
<div id="page_content">
|
|
|
|
|
|
|
|
<center><h1>FCEUX SDL FAQ</h1></center>
|
2020-12-11 02:43:50 +00:00
|
|
|
<center><i>Last updated December 9, 2020<br /></i> by mjbudd77<br />
|
2009-12-04 16:39:34 +00:00
|
|
|
</center>
|
|
|
|
<p><b>Table of Contents:</b></p>
|
|
|
|
<ul>
|
2020-12-11 02:43:50 +00:00
|
|
|
<li><a href="#git">What is the git build and how can I get it?</a></li>
|
2009-12-04 16:39:34 +00:00
|
|
|
<li><a href="#config">How do I configure a gamepad?</a></li>
|
2010-03-03 09:27:22 +00:00
|
|
|
<li><a href="#sound">My sound is stuttery/laggy. How can I fix this?</a></li>
|
2020-12-11 02:43:50 +00:00
|
|
|
<li><a href="#timing">My game is skipping frames. How can I fix this?</a></li>
|
2010-03-03 09:27:22 +00:00
|
|
|
<li><a href="#hotkeys1">How can I change my hotkey bindings?</a></li>
|
|
|
|
<li><a href="#hotkeys2">Can I map hotkeys to my gamepad?</a></li>
|
2009-12-04 16:39:34 +00:00
|
|
|
</ul>
|
2020-12-11 02:43:50 +00:00
|
|
|
<a name="git"><h3>What is the git build and how can I get it?</h3></a>
|
2012-02-10 05:50:19 +00:00
|
|
|
<p>The most recent changes to fceuX are reflected immediately in the fceux
|
2020-12-11 02:43:50 +00:00
|
|
|
github server. You can checkout the source code to build
|
2012-02-10 05:50:19 +00:00
|
|
|
fceuX with the most recent sources by running the following command:</p>
|
2020-12-11 02:43:50 +00:00
|
|
|
<p><b>git clone https://github.com/TASVideos/fceux.git</b></p>
|
|
|
|
<p>Instructions for compiling and installing fceuX can be found in the "README" file.</p>
|
2009-12-04 16:39:34 +00:00
|
|
|
<a name="config"><h3>How do I configure a gamepad?</h3></a>
|
2020-12-11 02:43:50 +00:00
|
|
|
<p>Using the Qt GUI, you can configure the gamepad by
|
2012-02-10 05:50:19 +00:00
|
|
|
selecting "Options...Gamepad" in the menubar.</p>
|
2009-12-04 16:39:34 +00:00
|
|
|
</p>
|
2010-03-03 09:27:22 +00:00
|
|
|
<a name="sound"><h3>My sound is stuttery/laggy. How can I fix this?</h3></a>
|
|
|
|
<p>Try using different SDL audio drivers. You can set the SDL audio driver with
|
2012-02-10 05:50:19 +00:00
|
|
|
the following command:</p>
|
2010-03-03 09:27:22 +00:00
|
|
|
<p><b>export SDL_AUDIODRIVER=driver</b></p>
|
2012-02-10 05:50:19 +00:00
|
|
|
<p>where driver is: esd,oss,alsa,pulse,nas,arts.</p>
|
|
|
|
<p>There have been a lot of sound related bug fixes for the SDL port in recent releases, so
|
|
|
|
you may want to try the latest version of fceuX to see if you are still having issues. FceuX
|
|
|
|
2.1.4 fixed the majority of the reported sound issues.
|
2010-03-03 09:27:22 +00:00
|
|
|
</p>
|
2020-12-11 02:43:50 +00:00
|
|
|
<a name="timing"><h3>My game is skipping frames. How can I improve this?</h3></a>
|
|
|
|
<p>The Qt/SDL version of fceux runs two threads. One for the GUI and one for the emulation.
|
|
|
|
The realtime OS scheduling and priority of both of these threads can be tuned via the GUI
|
|
|
|
timing config options window (accessible via the menu bar). For Mac OSX systems, fceux must
|
|
|
|
have root permission to increase process priority. For Linux systems, add the following
|
|
|
|
lines to the <b>/etc/security/limits.conf</b> file to ensure that fceux users have the proper system
|
|
|
|
resource permissions (requires reboot after editing for changes to take place):
|
|
|
|
<pre>
|
|
|
|
* - priority 99
|
|
|
|
* - rtprio 99
|
|
|
|
* - nice -20
|
|
|
|
</pre>
|
|
|
|
</p>
|
2012-02-10 05:50:19 +00:00
|
|
|
<a name="hotkeys1"><h3>How can I change my emulator hotkey bindings?</h3></a>
|
2020-12-11 02:43:50 +00:00
|
|
|
<p>SDL hotkey bindings can be remapped using the Qt GUI. Selecting "Options...HotKeys" in the menubar.
|
2010-03-03 09:27:22 +00:00
|
|
|
</p>
|
2012-02-10 05:50:19 +00:00
|
|
|
<a name="hotkeys2"><h3>Can I map emulator hotkeys to my gamepad?</h3></a>
|
|
|
|
<p>If you want to map particular hotkeys (pause, save state, load state, etc) to buttons on
|
|
|
|
your gamepad, you can use software that allows you to map joystick events to key presses.
|
|
|
|
<a href="http://qjoypad.sourceforge.net/">qjoypad</a> is the recomended solution for this. You
|
|
|
|
can also use <a href="http://code.google.com/p/jkeys/">Jkeys</a> to do this.
|
2010-03-03 09:27:22 +00:00
|
|
|
|
2009-12-04 16:39:34 +00:00
|
|
|
|
|
|
|
<a name="credits"><h2>Credits</h2></a>
|
|
|
|
<p>
|
|
|
|
<table border width="100%">
|
|
|
|
<tr><th>Name:</th><th>Contribution(s):</th></tr>
|
2010-03-03 09:27:22 +00:00
|
|
|
<tr><td><a href="mailto:ltsmooth42 _at_ gmail _dot_ com">Lukas Sabota</a></td>
|
2009-12-04 16:39:34 +00:00
|
|
|
<td>Author of this document</td></tr>
|
2020-12-11 02:43:50 +00:00
|
|
|
<tr><td>mjbudd77</td>
|
|
|
|
<td>Qt/SDL Updates</td></tr>
|
2009-12-04 16:39:34 +00:00
|
|
|
</table>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<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">
|
2009-12-04 17:01:40 +00:00
|
|
|
Version History</a> | <a href="contact.html">Contact</a> | <a href="links.html">Links</a>
|
2009-12-05 00:05:16 +00:00
|
|
|
<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.
|
|
|
|
<br/>©2009 adelikat
|
2009-12-04 16:39:34 +00:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|