mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 01:07:22 +00:00
SAGA: Search for sample.ad/sample.opl in the drivers directory for IHNM
This commit is contained in:
parent
a1e2986056
commit
144aa6483b
@ -117,6 +117,9 @@ SagaEngine::SagaEngine(OSystem *syst, const SAGAGameDescription *gameDesc)
|
||||
SearchMan.addSubDirectoryMatching(gameDataDir, "music");
|
||||
SearchMan.addSubDirectoryMatching(gameDataDir, "sound");
|
||||
|
||||
// Location of Miles audio files (sample.ad and sample.opl) in IHNM
|
||||
SearchMan.addSubDirectoryMatching(gameDataDir, "drivers");
|
||||
|
||||
// The Multi-OS version puts the voices file in the root directory of
|
||||
// the CD. The rest of the data files are in game/itedata
|
||||
SearchMan.addSubDirectoryMatching(gameDataDir, "game/itedata");
|
||||
|
Loading…
x
Reference in New Issue
Block a user