dolphin/Source/Plugins/Plugin_DSP_HLE/Src/UCodes
ayuanx 4d512ecba7 1. Fixed the unbearable noise in "Resident Evil: Umbrella Chronicles", "Resident Evil: Dark Chronicles", and many other games.
No need to use "Sound Loop Hack", so I just removed it.

2. Fixed the WAD game loading issue. What can I say, I have to go though and patch all the WII_IPC_HLE devices to take care of this.

3. Applied tomman's Linux keyboard patch, but I can't test here, no suitable environment.

4. Disabled configuration dialogs when game is running, you have to pause game first to be able to change any configuration. (Which prevents some accidental crash to happen.)

5. Other trivial fixes, no need to mention.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4632 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-12-01 15:39:37 +00:00
..
UCode_AX.cpp AX HLE (GC): Some protection from bad data. Fixes an SMB2 crash on reset for me, might fix other random crashes, who knows. 2009-10-07 19:01:14 +00:00
UCode_AX.h
UCode_AX_ADPCM.h
UCode_AX_Voice.h 1. Fixed the unbearable noise in "Resident Evil: Umbrella Chronicles", "Resident Evil: Dark Chronicles", and many other games. 2009-12-01 15:39:37 +00:00
UCode_AXStructs.h Very small but very COOL fix. 2009-11-27 15:07:52 +00:00
UCode_AXWii.cpp Thanks to Wagnard28 and other lots of people's test, now this will hopefully solve the troubling regression problems between r4616 and r4617. 2009-11-27 20:21:12 +00:00
UCode_AXWii.h
UCode_CARD.cpp
UCode_CARD.h
UCode_InitAudioSystem.cpp
UCode_InitAudioSystem.h
UCode_ROM.cpp
UCode_ROM.h
UCode_Zelda.cpp
UCode_Zelda.h The beginning of another approach on Zelda HLE UCode: PB debugging and comparison 2009-10-30 07:10:46 +00:00
UCode_Zelda_ADPCM.cpp tiny change: get rid of a couple of uses of "long". better to use int or the explicitly sized typedefs. possibly really minor speedup of zelda ucode audio on linux. 2009-10-28 22:51:00 +00:00
UCode_Zelda_Obsolete.txt
UCode_Zelda_Synth.cpp
UCode_Zelda_Voice.cpp Added DEBUG to the long stringstream processing. 2009-10-30 14:52:42 +00:00
UCodes.cpp DSPLLE dissasm fix 2009-11-06 13:28:03 +00:00
UCodes.h Thanks to Wagnard28 and other lots of people's test, now this will hopefully solve the troubling regression problems between r4616 and r4617. 2009-11-27 20:21:12 +00:00