mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 10:35:46 -04:00
SPU: Ignore loop start flag when repeat address is explicitly set
Fixes dialog/softlock in Thousand Arms.
This commit is contained in:
@ -262,6 +262,7 @@ private:
|
||||
ADSRPhase adsr_phase;
|
||||
s16 adsr_target;
|
||||
bool has_samples;
|
||||
bool ignore_loop_address;
|
||||
|
||||
bool IsOn() const { return adsr_phase != ADSRPhase::Off; }
|
||||
|
||||
|
Reference in New Issue
Block a user