diff --git a/README b/README index 82932147..96d476d5 100644 --- a/README +++ b/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) Updated By mjbudd77 @@ -26,7 +26,7 @@ Table of Contents * cmake - Required to build fceux. * qt5 OR qt6 - (qt version >= 5.11 recommended) * 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 * zlib * openGL diff --git a/src/drivers/Qt/keyscan.cpp b/src/drivers/Qt/keyscan.cpp index fc92ba1b..4b2b2f99 100644 --- a/src/drivers/Qt/keyscan.cpp +++ b/src/drivers/Qt/keyscan.cpp @@ -1002,7 +1002,7 @@ int convKeyEvent2Sequence( QKeyEvent *event ) k = event->key(); m = event->modifiers(); - printf("Key: %x Modifier: %x \n", k, m ); + //printf("Key: %x Modifier: %x \n", k, m ); switch ( k ) {