[Scummvm-cvs-logs] scummvm master -> 5da1427d0cb6578d29512279614a744b49f346d6
wjp
wjp at usecode.org
Mon Jun 6 12:40:51 CEST 2011
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:
5da1427d0c AUDIO: Tweak warning text
Commit: 5da1427d0cb6578d29512279614a744b49f346d6
https://github.com/scummvm/scummvm/commit/5da1427d0cb6578d29512279614a744b49f346d6
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2011-06-06T03:39:06-07:00
Commit Message:
AUDIO: Tweak warning text
Changed paths:
audio/softsynth/mt32.cpp
diff --git a/audio/softsynth/mt32.cpp b/audio/softsynth/mt32.cpp
index 2ffce30..ad80af0 100644
--- a/audio/softsynth/mt32.cpp
+++ b/audio/softsynth/mt32.cpp
@@ -561,7 +561,7 @@ MusicDevices MT32EmuMusicPlugin::getDevices() const {
bool MT32EmuMusicPlugin::checkDevice(MidiDriver::DeviceHandle) const {
if (!((Common::File::exists("MT32_CONTROL.ROM") && Common::File::exists("MT32_PCM.ROM")) ||
(Common::File::exists("CM32L_CONTROL.ROM") && Common::File::exists("CM32L_PCM.ROM")))) {
- warning("The MT-32 emulator requires the following 2 files (not bundled with ScummVM:\n either 'MT32_CONTROL.ROM' and 'MT32_PCM.ROM' or 'CM32L_CONTROL.ROM' and 'CM32L_PCM.ROM'");
+ warning("The MT-32 emulator requires the following 2 files (not bundled with ScummVM:\n either 'MT32_CONTROL.ROM' and 'MT32_PCM.ROM', or 'CM32L_CONTROL.ROM' and 'CM32L_PCM.ROM'");
return false;
}
More information about the Scummvm-git-logs
mailing list