diff options
| author | John Peterson <jpeterson57@gmail.com> | 2009-02-14 01:07:20 +0000 |
|---|---|---|
| committer | John Peterson <jpeterson57@gmail.com> | 2009-02-14 01:07:20 +0000 |
| commit | 94583cbab08dd3c8933a0517110aa071217aeab3 (patch) | |
| tree | e16ed7cc0e864592299fdac73c1b4d41c800dfdd /Source/Core/DiscIO/Src/VolumeGC.cpp | |
| parent | 94ee9afdb2f792139c4e10abde55851507ead877 (diff) | |
DSP HLE: Fixed a sound problem with a new Setup.h option. For some reason all the SoundSyncEvent->Set() caused a lot of static for me in Wario Land.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2236 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DiscIO/Src/VolumeGC.cpp')
| -rw-r--r-- | Source/Core/DiscIO/Src/VolumeGC.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/Src/VolumeGC.cpp b/Source/Core/DiscIO/Src/VolumeGC.cpp index a9d2a8f5ec..5d5a80ebd4 100644 --- a/Source/Core/DiscIO/Src/VolumeGC.cpp +++ b/Source/Core/DiscIO/Src/VolumeGC.cpp @@ -23,7 +23,7 @@ ////////////////////////////////////////////////// // Music mod // ŻŻŻŻŻŻŻŻŻŻ -#include "../../../../Externals/MusicMod/Main/Src/Setup.h" // Define MUSICMOD here +#include "Setup.h" // Define MUSICMOD here #ifdef MUSICMOD #include "../../../../Externals/MusicMod/Main/Src/Main.h" #endif |
