mirror of
https://github.com/holub/mame
synced 2025-05-23 22:20:01 +03:00
WAV is not (yet) deprecated, rm warning that made it sound like it is
This commit is contained in:
parent
39c358476c
commit
a8d9fe50c8
@ -430,10 +430,6 @@ loaded_samples *readsamples(running_machine &machine, const char *const *samplen
|
||||
// try parent sample set
|
||||
if (filerr != FILERR_NONE && skipfirst)
|
||||
filerr = file.open(samplenames[0] + 1, PATH_SEPARATOR, filename);
|
||||
|
||||
// no real benefit to having non-flacs, so issue a warning
|
||||
if (filerr == FILERR_NONE)
|
||||
mame_printf_warning("%s will be loaded but should be re-encoded as FLAC\n", filename);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user