mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-24 16:49:50 +00:00
Sas: Reduce ECHO effect repeat level.
Previously, it sounded horrible in Sol Trigger - can be observed in tutorial boxes when going into battle, for example, and also several other effects. Halving this value sounds a lot more correct. It's not clear what value exactly is correct.
This commit is contained in:
parent
a3f7598020
commit
09f77509d9
@ -127,7 +127,7 @@ static const SasReverbData presets[10] = {
|
||||
{
|
||||
"Echo (almost infinite)",
|
||||
0x18040,
|
||||
0x0001,0x0001,0x7FFF,0x7FFF,0x0000,0x0000,0x0000,(int16_t)0x8100,
|
||||
0x0001,0x0001,0x7FFF,0x7FFF,0x0000,0x0000,0x0000,(int16_t)0xC080,
|
||||
0x0000,0x0000,0x1FFF,0x0FFF,0x1005,0x0005,0x0000,0x0000,
|
||||
0x1005,0x0005,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
|
||||
0x0000,0x0000,0x1004,0x1002,0x0004,0x0002, //(int16_t)0x8000,(int16_t)0x8000,
|
||||
|
Loading…
Reference in New Issue
Block a user