mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
KYRA: Improve wording about possibly incorrect MT32->GM mapping.
This commit is contained in:
parent
243ea1fa29
commit
7e2cf139a9
@ -475,8 +475,8 @@ SoundMidiPC::SoundMidiPC(KyraEngine_v1 *vm, Audio::Mixer *mixer, MidiDriver *dri
|
||||
::GUI::MessageDialog dialog(_("You appear to be using a General MIDI device,\n"
|
||||
"but your game only supports Roland MT32 MIDI.\n"
|
||||
"We try to map the Roland MT32 instruments to\n"
|
||||
"General MIDI ones. After all it might happen\n"
|
||||
"that a few tracks will not be correctly played."));
|
||||
"General MIDI ones. It is still possible that\n"
|
||||
"some tracks sound incorrect."));
|
||||
dialog.runModal();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user