Updated SDL README and TODO files. Added upcoming release to version.html.

This commit is contained in:
mjbudd77 2021-10-20 20:59:56 -04:00
parent 02246f4324
commit 150856e20a
3 changed files with 7 additions and 8 deletions

9
README
View File

@ -1,4 +1,4 @@
FCEUX SDL 2.4.0 SDL README FCEUX SDL 2.5.0 SDL README
========================== ==========================
Originally By Lukas Sabota (sf: punkrockguy318) Originally By Lukas Sabota (sf: punkrockguy318)
Updated By mjbudd77 Updated By mjbudd77
@ -96,11 +96,8 @@ For Linux builds, the OpenGL library preference can be either GLVND or LEGACY (d
To use GLVND OpenGL, add a -DGLVND=1 on the cmake command line. To use GLVND OpenGL, add a -DGLVND=1 on the cmake command line.
Qt Styling Options: Qt Styling Options:
The Qt GUI can use custom Qt widget styling by providing it a Qt stylesheet file. At startup, the GUI will look The Qt GUI can use custom Qt widget styling by providing it a Qt stylesheet file.
for an environment variable named FCEUX_QT_STYLESHEET that must contain the full path to the file. If the variable Use the GUI config window to set style options.
is defined and the file is readable by the program, then the styling settings will be used by the GUI.
Bash Shell Setup Example:
export FCEUX_QT_STYLESHEET=/home/me/myQt.stylesheet
5 - LUA Scripting 5 - LUA Scripting
----------------- -----------------

View File

@ -7,11 +7,12 @@ Priorities
* The Qt GUI has by far exceeded the capabilities of the older GTK version. Below is a GUI capability * The Qt GUI has by far exceeded the capabilities of the older GTK version. Below is a GUI capability
matrix showing the differences between the two. I HIGHLY RECOMMEND USING THE Qt GUI. matrix showing the differences between the two. I HIGHLY RECOMMEND USING THE Qt GUI.
* Code cleanup. Lots of compiler warnings with newer GCC. Maybe I'm OCD... but these warnings bother me. * Code cleanup. Lots of compiler warnings with newer GCC. Maybe I'm OCD... but these warnings bother me.
* TODO Implement TAS Editor
Features Features
======== ========
* Emulator no runs as a separate thread from the GUI. Much improved performance. * Emulator no runs as a separate thread from the GUI. Much improved performance.
* Cross platform QT GUI is fully functional minus Debug Tools. * Cross platform QT GUI is fully functional minus TAS Editor.
---------------------------------------------------------------------------------| ---------------------------------------------------------------------------------|
---------------------- GUI Capability Matrix -----------------------------------| ---------------------- GUI Capability Matrix -----------------------------------|
@ -54,7 +55,7 @@ Trace Logger | YES | NO
Code/Data Logger | YES | NO | Code/Data Logger | YES | NO |
Game Genie Encoder/Decoder | YES | NO | Game Genie Encoder/Decoder | YES | NO |
iNES Header Editor | YES | NO | iNES Header Editor | YES | NO |
Built in help pages | NO | NO | Built in help pages | YES | NO |
Network play (who actually uses this???) | NO | NO | Network play (who actually uses this???) | NO | NO |
-----------------------------------------------------|-------------|-------------| -----------------------------------------------------|-------------|-------------|
---------------------------------------------------------------------------------| ---------------------------------------------------------------------------------|

View File

@ -55,6 +55,7 @@
FCEU rerecording, FCEUXD, and FCEUXDSP as well as many new mappers from FCEU rerecording, FCEUXD, and FCEUXDSP as well as many new mappers from
FCEU-mm.</p> FCEU-mm.</p>
<h3>FCEUX version history</h3> <h3>FCEUX version history</h3>
<dd><li><a href="pressrelease-2.5.0.html">FCEUX 2.5.0</a> - 31 October 2021</li></dd>
<dd><li><a href="pressrelease-2.4.0.html">FCEUX 2.4.0</a> - 24 June 2021</li></dd> <dd><li><a href="pressrelease-2.4.0.html">FCEUX 2.4.0</a> - 24 June 2021</li></dd>
<dd><li><a href="pressrelease-2.3.0.html">FCEUX 2.3.0</a> - 02 January 2021</li></dd> <dd><li><a href="pressrelease-2.3.0.html">FCEUX 2.3.0</a> - 02 January 2021</li></dd>
<dd><li><a href="pressrelease-2.2.3.html">FCEUX 2.2.3</a> - 28 July 2016</li></dd> <dd><li><a href="pressrelease-2.2.3.html">FCEUX 2.2.3</a> - 28 July 2016</li></dd>