diff options
| author | nakeee <nakeee@gmail.com> | 2009-03-23 20:55:32 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2009-03-23 20:55:32 +0000 |
| commit | 7f66eaa694ce60d44402b95ee0bad21224c79506 (patch) | |
| tree | bfc512a8a928e764410737fbefd2abe9eea04b86 /Source/Core/AudioCommon/Src/AOSoundStream.cpp | |
| parent | 34c05f8e879e2aff3a7aff2d26b1a0aee64ac458 (diff) | |
Some clean up
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2743 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/AudioCommon/Src/AOSoundStream.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/Src/AOSoundStream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/Src/AOSoundStream.cpp b/Source/Core/AudioCommon/Src/AOSoundStream.cpp index e6402a5186..f584cb6636 100644 --- a/Source/Core/AudioCommon/Src/AOSoundStream.cpp +++ b/Source/Core/AudioCommon/Src/AOSoundStream.cpp @@ -33,7 +33,7 @@ void AOSound::SoundLoop() device = ao_open_live(default_driver, &format, NULL /* no options */); if (!device) { - PanicAlert("DSP_HLE: Error opening AO device.\n"); + PanicAlert("AudioCommon: Error opening AO device.\n"); ao_shutdown(); Stop(); return; |
