CONFIGURE: Disable the event recorder for the PS3

It causes a crash on startup for unknown reasons
This commit is contained in:
Bastien Bouclet 2014-06-27 16:08:22 +02:00
parent 456ce2a678
commit 991999d6d5

1
configure vendored
View file

@ -2797,6 +2797,7 @@ if test -n "$_host"; then
_mt32emu=no _mt32emu=no
_timidity=no _timidity=no
_vkeybd=yes _vkeybd=yes
_eventrec=no
;; ;;
psp) psp)
_backend="psp" _backend="psp"