aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Bouclet2014-06-27 16:08:22 +0200
committerBastien Bouclet2014-06-27 16:11:18 +0200
commit991999d6d5548fdccd3a9c62b4b6deb1fb78ec3e (patch)
tree73e25adc60a5c0c614b501ff9ebaee41a23c43fb
parent456ce2a678557c7b9e15493448a18be3040efcf7 (diff)
downloadscummvm-rg350-991999d6d5548fdccd3a9c62b4b6deb1fb78ec3e.tar.gz
scummvm-rg350-991999d6d5548fdccd3a9c62b4b6deb1fb78ec3e.tar.bz2
scummvm-rg350-991999d6d5548fdccd3a9c62b4b6deb1fb78ec3e.zip
CONFIGURE: Disable the event recorder for the PS3
It causes a crash on startup for unknown reasons
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 3f49565010..617d5a5b99 100755
--- a/configure
+++ b/configure
@@ -2797,6 +2797,7 @@ if test -n "$_host"; then
_mt32emu=no
_timidity=no
_vkeybd=yes
+ _eventrec=no
;;
psp)
_backend="psp"