Minor updates to SDL README.
This commit is contained in:
parent
2cc52f101f
commit
0b7c7f1924
4
README
4
README
|
@ -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
|
||||||
|
|
|
@ -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 )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue