mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Added the Zelda UCode preliminary synthesizer. It's far from perfect, but it sounds like the exact pitch it should synth. I'd be glad if someone finished it.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3630 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -23,6 +23,7 @@ files = [
|
||||
'UCodes/UCode_Zelda.cpp',
|
||||
'UCodes/UCode_Zelda_ADPCM.cpp',
|
||||
'UCodes/UCode_Zelda_Voice.cpp',
|
||||
'UCodes/UCode_Zelda_Synth.cpp',
|
||||
]
|
||||
|
||||
dspenv = env.Clone()
|
||||
|
Reference in New Issue
Block a user