Skip to content

Commit

Permalink
retroarch - disable hotkey hack again as upstream yet again changed t…
Browse files Browse the repository at this point in the history
…heir input code
  • Loading branch information
joolswills committed Jan 11, 2017
1 parent 14948f1 commit 9e9cf7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scriptmodules/emulators/retroarch.sh
Expand Up @@ -30,7 +30,7 @@ function sources_retroarch() {
if isPlatform "mali"; then
sed -i 's|struct mali_native_window native_window|fbdev_window native_window|' gfx/drivers_context/mali_fbdev_ctx.c
fi
applyPatch "$md_data/01_hotkey_hack.diff"
#applyPatch "$md_data/01_hotkey_hack.diff"
applyPatch "$md_data/02_disable_search.diff"
}

Expand Down

0 comments on commit 9e9cf7a

Please sign in to comment.