mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06: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:
@ -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',
|
||||
|
Reference in New Issue
Block a user