mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 10:19:01 +00:00
Delete the "Jac" uCode HLE, merge it into the Zelda ucode. The games (Luigi, Pikmin) communicate fine but don't make any sound :(
Improved volume mode 0. Initial work on more correct volume mode 1 emulation sounds, but it's not activated. Made the volumes less annoying, anyway. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3746 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
ccebd7512e
commit
f6edc361b4
8 changed files with 588 additions and 615 deletions
|
@ -8,7 +8,7 @@ name = "Plugin_DSP_HLE"
|
|||
files = [
|
||||
'DSPHandler.cpp',
|
||||
'MailHandler.cpp',
|
||||
'HLEMixer.cpp',
|
||||
'HLEMixer.cpp',
|
||||
'main.cpp',
|
||||
'Config.cpp',
|
||||
'Globals.cpp',
|
||||
|
@ -17,7 +17,6 @@ files = [
|
|||
'UCodes/UCode_AXWii.cpp',
|
||||
'UCodes/UCode_CARD.cpp',
|
||||
'UCodes/UCode_InitAudioSystem.cpp',
|
||||
'UCodes/UCode_Jac.cpp',
|
||||
'UCodes/UCode_ROM.cpp',
|
||||
'UCodes/UCodes.cpp',
|
||||
'UCodes/UCode_Zelda.cpp',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue