mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
SCI: Renamed softseq/ to drivers/
svn-id: r47418
This commit is contained in:
parent
9f5e50c130
commit
208dbf1d9a
@ -41,7 +41,7 @@
|
||||
#else
|
||||
#include "sci/sound/music.h"
|
||||
#endif
|
||||
#include "sci/sound/softseq/mididriver.h"
|
||||
#include "sci/sound/drivers/mididriver.h"
|
||||
#include "sci/vocabulary.h"
|
||||
#include "sci/graphics/gui.h"
|
||||
#include "sci/graphics/cursor.h"
|
||||
|
@ -58,10 +58,10 @@ MODULE_OBJS := \
|
||||
sound/iterator/core.o \
|
||||
sound/iterator/iterator.o \
|
||||
sound/iterator/songlib.o \
|
||||
sound/softseq/adlib.o \
|
||||
sound/softseq/amiga.o \
|
||||
sound/softseq/pcjr.o \
|
||||
sound/softseq/midi.o \
|
||||
sound/drivers/adlib.o \
|
||||
sound/drivers/amiga.o \
|
||||
sound/drivers/pcjr.o \
|
||||
sound/drivers/midi.o \
|
||||
video/seq_decoder.o \
|
||||
video/vmd_decoder.o
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include "sound/softsynth/emumidi.h"
|
||||
|
||||
#include "sci/resource.h"
|
||||
#include "sci/sound/softseq/mididriver.h"
|
||||
#include "sci/sound/drivers/mididriver.h"
|
||||
|
||||
namespace Sci {
|
||||
|
@ -24,7 +24,7 @@
|
||||
*/
|
||||
|
||||
#include "sound/softsynth/emumidi.h"
|
||||
#include "sci/sound/softseq/mididriver.h"
|
||||
#include "sci/sound/drivers/mididriver.h"
|
||||
|
||||
#include "common/file.h"
|
||||
#include "common/frac.h"
|
@ -30,8 +30,8 @@
|
||||
#include "sound/softsynth/emumidi.h"
|
||||
|
||||
#include "sci/resource.h"
|
||||
#include "sci/sound/softseq/mididriver.h"
|
||||
#include "sci/sound/softseq/map-mt32-to-gm.h"
|
||||
#include "sci/sound/drivers/mididriver.h"
|
||||
#include "sci/sound/drivers/map-mt32-to-gm.h"
|
||||
|
||||
namespace Sci {
|
||||
|
@ -23,7 +23,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "sci/sound/softseq/mididriver.h"
|
||||
#include "sci/sound/drivers/mididriver.h"
|
||||
|
||||
namespace Sci {
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
#include "sci/sound/iterator/core.h"
|
||||
#include "sci/sound/iterator/iterator.h"
|
||||
#include "sci/sound/softseq/mididriver.h"
|
||||
#include "sci/sound/drivers/mididriver.h"
|
||||
|
||||
#include "common/system.h"
|
||||
#include "common/timer.h"
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include "sci/sci.h" // for USE_OLD_MUSIC_FUNCTIONS
|
||||
|
||||
#ifdef USE_OLD_MUSIC_FUNCTIONS
|
||||
#include "sci/sound/softseq/mididriver.h"
|
||||
#include "sci/sound/drivers/mididriver.h"
|
||||
|
||||
namespace Audio {
|
||||
class AudioStream;
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
#ifdef USE_OLD_MUSIC_FUNCTIONS
|
||||
#include "sci/sound/iterator/iterator.h"
|
||||
#include "sci/sound/softseq/mididriver.h"
|
||||
#include "sci/sound/drivers/mididriver.h"
|
||||
|
||||
#include "common/array.h"
|
||||
#include "common/list.h"
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include "sci/engine/kernel.h"
|
||||
#include "sci/engine/state.h"
|
||||
#include "sci/sound/midiparser_sci.h"
|
||||
#include "sci/sound/softseq/mididriver.h"
|
||||
#include "sci/sound/drivers/mididriver.h"
|
||||
|
||||
namespace Sci {
|
||||
|
||||
|
@ -37,7 +37,7 @@
|
||||
|
||||
#include "sci/sci.h"
|
||||
#include "sci/resource.h"
|
||||
#include "sci/sound/softseq/mididriver.h"
|
||||
#include "sci/sound/drivers/mididriver.h"
|
||||
|
||||
namespace Sci {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user