[Scummvm-cvs-logs] SF.net SVN: scummvm:[40532] scummvm/trunk/gui/launcher.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Wed May 13 23:02:04 CEST 2009


Revision: 40532
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40532&view=rev
Author:   sev
Date:     2009-05-13 21:02:03 +0000 (Wed, 13 May 2009)

Log Message:
-----------
Enable Audio options for a game when OPL driver is overridden.

Modified Paths:
--------------
    scummvm/trunk/gui/launcher.cpp

Modified: scummvm/trunk/gui/launcher.cpp
===================================================================
--- scummvm/trunk/gui/launcher.cpp	2009-05-13 20:57:37 UTC (rev 40531)
+++ scummvm/trunk/gui/launcher.cpp	2009-05-13 21:02:03 UTC (rev 40532)
@@ -282,6 +282,7 @@
 
 	e = ConfMan.hasKey("music_driver", _domain) ||
 		ConfMan.hasKey("output_rate", _domain) ||
+		ConfMan.hasKey("opl_driver", _domain) ||
 		ConfMan.hasKey("subtitles", _domain) ||
 		ConfMan.hasKey("talkspeed", _domain);
 	_globalAudioOverride->setState(e);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list