diff options
| author | Max Horn | 2011-02-09 01:09:01 +0000 |
|---|---|---|
| committer | Max Horn | 2011-02-09 01:09:01 +0000 |
| commit | 42ab839dd6c8a1570b232101eb97f4e54de57935 (patch) | |
| tree | 3b763d8913a87482b793e0348c88b9a5f40eecc9 /backends/platform/psp | |
| parent | 386203a3d6ce1abf457c9110d695408ec5f01b85 (diff) | |
| download | scummvm-rg350-42ab839dd6c8a1570b232101eb97f4e54de57935.tar.gz scummvm-rg350-42ab839dd6c8a1570b232101eb97f4e54de57935.tar.bz2 scummvm-rg350-42ab839dd6c8a1570b232101eb97f4e54de57935.zip | |
AUDIO: Rename sound/ dir to audio/
svn-id: r55850
Diffstat (limited to 'backends/platform/psp')
| -rw-r--r-- | backends/platform/psp/mp3.cpp | 2 | ||||
| -rw-r--r-- | backends/platform/psp/osys_psp.cpp | 2 | ||||
| -rw-r--r-- | backends/platform/psp/osys_psp.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/backends/platform/psp/mp3.cpp b/backends/platform/psp/mp3.cpp index 0e88418f13..54476dabfd 100644 --- a/backends/platform/psp/mp3.cpp +++ b/backends/platform/psp/mp3.cpp @@ -30,7 +30,7 @@ #include "common/singleton.h" #include "common/mutex.h" -#include "sound/audiostream.h" +#include "audio/audiostream.h" #include <pspaudiocodec.h> #include <psputility_modules.h> diff --git a/backends/platform/psp/osys_psp.cpp b/backends/platform/psp/osys_psp.cpp index 73a030f5d1..bb7c1ff7d5 100644 --- a/backends/platform/psp/osys_psp.cpp +++ b/backends/platform/psp/osys_psp.cpp @@ -42,7 +42,7 @@ #include "backends/saves/psp/psp-saves.h" #include "backends/timer/default/default-timer.h" #include "graphics/surface.h" -#include "sound/mixer_intern.h" +#include "audio/mixer_intern.h" //#define __PSP_DEBUG_FUNCS__ /* For debugging function calls */ //#define __PSP_DEBUG_PRINT__ /* For debug printouts */ diff --git a/backends/platform/psp/osys_psp.h b/backends/platform/psp/osys_psp.h index 8d274bb5bd..051449d4a0 100644 --- a/backends/platform/psp/osys_psp.h +++ b/backends/platform/psp/osys_psp.h @@ -29,7 +29,7 @@ #include "common/scummsys.h" #include "graphics/surface.h" #include "graphics/colormasks.h" -#include "sound/mixer_intern.h" +#include "audio/mixer_intern.h" #include "backends/base-backend.h" #include "backends/fs/psp/psp-fs-factory.h" |
