[Scummvm-cvs-logs] scummvm master -> 991999d6d5548fdccd3a9c62b4b6deb1fb78ec3e

bgK bastien.bouclet at gmail.com
Fri Jun 27 16:12:44 CEST 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
991999d6d5 CONFIGURE: Disable the event recorder for the PS3


Commit: 991999d6d5548fdccd3a9c62b4b6deb1fb78ec3e
    https://github.com/scummvm/scummvm/commit/991999d6d5548fdccd3a9c62b4b6deb1fb78ec3e
Author: Bastien Bouclet (bastien.bouclet at gmail.com)
Date: 2014-06-27T16:11:18+02:00

Commit Message:
CONFIGURE: Disable the event recorder for the PS3

It causes a crash on startup for unknown reasons

Changed paths:
    configure



diff --git a/configure b/configure
index 3f49565..617d5a5 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"






More information about the Scummvm-git-logs mailing list