diff options
author | notaz | 2012-07-22 19:40:11 +0300 |
---|---|---|
committer | notaz | 2012-07-22 19:40:11 +0300 |
commit | 61f97bb0518cde50b243fba8ce2e8a907a0fc2e9 (patch) | |
tree | 0bd9bcfb9ca68197922ee5d12f250fb43638cd17 /frontend/plat_omap.c | |
parent | 5905989e5215a4e29e6be27216ea46f288ed16a5 (diff) | |
download | pcsx_rearmed-61f97bb0518cde50b243fba8ce2e8a907a0fc2e9.tar.gz pcsx_rearmed-61f97bb0518cde50b243fba8ce2e8a907a0fc2e9.tar.bz2 pcsx_rearmed-61f97bb0518cde50b243fba8ce2e8a907a0fc2e9.zip |
frontend: support seeking the filelist with letter keys
Diffstat (limited to 'frontend/plat_omap.c')
-rw-r--r-- | frontend/plat_omap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/plat_omap.c b/frontend/plat_omap.c index d5c10b9..89a59a6 100644 --- a/frontend/plat_omap.c +++ b/frontend/plat_omap.c @@ -15,6 +15,7 @@ #include <linux/omapfb.h> #include "common/menu.h" +#include "common/input.h" #include "linux/fbdev.h" #include "linux/xenv.h" #include "plugin_lib.h" @@ -148,6 +149,7 @@ void plat_minimize(void) { omap_enable_layer(0); xenv_minimize(); + in_set_config_int(0, IN_CFG_BLOCKING, 0); /* flush event queue */ omap_enable_layer(1); } |