diff options
| author | XTra.KrazzY <XTra.KrazzY@gmail.com> | 2009-08-25 19:48:38 +0000 |
|---|---|---|
| committer | XTra.KrazzY <XTra.KrazzY@gmail.com> | 2009-08-25 19:48:38 +0000 |
| commit | 2e24e7db06ce685f8132d8b0d9c8bd97d2a74f56 (patch) | |
| tree | e2093c2d4345c161c50aca95fe4597b9c22e0b44 /Source | |
| parent | 5831c95151ce36a903882442849108e1028463f2 (diff) | |
Pikmin 2 for the Wii now has correct sound thanks to LordMark. Too bad the mail stops coming after a while
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4064 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_Zelda.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_Zelda.h b/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_Zelda.h index 071a315a85..2fc0fecb4d 100644 --- a/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_Zelda.h +++ b/Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_Zelda.h @@ -184,6 +184,9 @@ private: { switch (m_CRC) { + case 0xb7eb9a9c: // Wii Pikmin - PAL + case 0xeaeb38cc: // Wii Pikmin 2 - PAL + case 0x6c3f6f94: // zelda - PAL case 0xD643001F: // Super Mario Galaxy return true; default: |
