Minor updates to SDL README.

This commit is contained in:
mjbudd77 2021-06-23 07:02:47 -04:00
parent 2cc52f101f
commit 0b7c7f1924
2 changed files with 3 additions and 3 deletions

4
README
View File

@ -1,4 +1,4 @@
FCEUX SDL 2.3.0 SDL README FCEUX SDL 2.4.0 SDL README
========================== ==========================
Originally By Lukas Sabota (sf: punkrockguy318) Originally By Lukas Sabota (sf: punkrockguy318)
Updated By mjbudd77 Updated By mjbudd77
@ -26,7 +26,7 @@ Table of Contents
* cmake - Required to build fceux. * cmake - Required to build fceux.
* qt5 OR qt6 - (qt version >= 5.11 recommended) * qt5 OR qt6 - (qt version >= 5.11 recommended)
* liblua5.1 (optional) - Will statically link internally if the system cannot provide this. * liblua5.1 (optional) - Will statically link internally if the system cannot provide this.
* libx264 (optional) - H.264 video encoder for avi recording * libx264 (optional) - H.264 video encoder for avi recording (recommended)
* minizip * minizip
* zlib * zlib
* openGL * openGL

View File

@ -1002,7 +1002,7 @@ int convKeyEvent2Sequence( QKeyEvent *event )
k = event->key(); k = event->key();
m = event->modifiers(); m = event->modifiers();
printf("Key: %x Modifier: %x \n", k, m ); //printf("Key: %x Modifier: %x \n", k, m );
switch ( k ) switch ( k )
{ {