diff options
author | Bastien Bouclet | 2014-06-27 16:08:22 +0200 |
---|---|---|
committer | Bastien Bouclet | 2014-06-27 16:11:18 +0200 |
commit | 991999d6d5548fdccd3a9c62b4b6deb1fb78ec3e (patch) | |
tree | 73e25adc60a5c0c614b501ff9ebaee41a23c43fb | |
parent | 456ce2a678557c7b9e15493448a18be3040efcf7 (diff) | |
download | scummvm-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-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2797,6 +2797,7 @@ if test -n "$_host"; then _mt32emu=no _timidity=no _vkeybd=yes + _eventrec=no ;; psp) _backend="psp" |