mirror of
https://github.com/libretro/scummvm.git
synced 2025-05-13 09:36:21 +00:00
another readme location updating
svn-id: r5520
This commit is contained in:
parent
5627eb99dd
commit
5d0c9aa33e
@ -552,7 +552,7 @@ int MidiDriver_SEQ::open(int mode)
|
||||
if (device_name != NULL) {
|
||||
device = (::open((device_name), O_RDWR, 0));
|
||||
} else {
|
||||
warning("You need to set-up the SCUMMVM_MIDI environment variable properly (see readme.txt) ");
|
||||
warning("You need to set-up the SCUMMVM_MIDI environment variable properly (see README) ");
|
||||
}
|
||||
if ((device_name == NULL) || (device < 0)) {
|
||||
if (device_name == NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user