sdl suppress INFO: The key you just pressed is not recognized by SDL
-
Similar to Re: [SOLVED] Key you just pressed is not recoqnised by SDL spam message when using WiiU Pro controller
I just compiled ES from source and can't seem to get rid of the wall of SDL INFO
I'm not even using sdl as an input driver??rather than screw with it anymore I decided to just filter them out
opt/retropie/supplementary/emulationstation/emulationstation.sh
"$esdir/emulationstation" "$@" change to:
"$esdir/emulationstation" "$@" 2>&1 | (grep -v 'INFO:*') > /dev/ttyHey guess what, you can still see other errors but suppress that wall of useless INFO rather than editing the SDL source or redirecting it all to null
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.