Last minute changes
This commit is contained in:
@@ -5355,39 +5355,6 @@ NEWSYM handlersbseg
|
|||||||
dec ecx
|
dec ecx
|
||||||
jnz .loopb
|
jnz .loopb
|
||||||
jmp .sbend
|
jmp .sbend
|
||||||
%ifdef _I_LIKE_SUCKY_FILTERS_ ;bwahaha
|
|
||||||
.surroundstereo
|
|
||||||
shr ecx,1
|
|
||||||
.loopbs
|
|
||||||
mov eax,[esi]
|
|
||||||
cmp eax,-32768
|
|
||||||
jge .noneg3s
|
|
||||||
mov eax,-32768
|
|
||||||
.noneg3s
|
|
||||||
cmp eax,32767
|
|
||||||
jle .noneg4s
|
|
||||||
mov eax,32767
|
|
||||||
.noneg4s
|
|
||||||
xor ah,80h
|
|
||||||
mov [es:edi],ah
|
|
||||||
mov eax,[esi+4]
|
|
||||||
cmp eax,-32768
|
|
||||||
jge .noneg3s2
|
|
||||||
mov eax,-32768
|
|
||||||
.noneg3s2
|
|
||||||
cmp eax,32767
|
|
||||||
jle .noneg4s2
|
|
||||||
mov eax,32767
|
|
||||||
.noneg4s2
|
|
||||||
neg ah
|
|
||||||
xor ah,80h
|
|
||||||
mov [es:edi+1],ah
|
|
||||||
add esi,8
|
|
||||||
add edi,2
|
|
||||||
dec ecx
|
|
||||||
jnz .loopbs
|
|
||||||
jmp .sbend
|
|
||||||
%endif
|
|
||||||
.surroundmono
|
.surroundmono
|
||||||
cmp byte[SBswitch],0
|
cmp byte[SBswitch],0
|
||||||
je .1stblock
|
je .1stblock
|
||||||
|
|||||||
@@ -1264,6 +1264,8 @@ GUISoundKeys:
|
|||||||
.nodynamicfilter
|
.nodynamicfilter
|
||||||
cmp dh,'H'
|
cmp dh,'H'
|
||||||
jne .nohiqualityfilter
|
jne .nohiqualityfilter
|
||||||
|
cmp byte[MMXSupport],0
|
||||||
|
je .nohiqualityfilter
|
||||||
GUIkeystoggleoptn byte[LowPassFilterType],3
|
GUIkeystoggleoptn byte[LowPassFilterType],3
|
||||||
.nohiqualityfilter
|
.nohiqualityfilter
|
||||||
ret
|
ret
|
||||||
|
|||||||
@@ -2360,7 +2360,7 @@ DisplayGUISoundClick:
|
|||||||
GUIClickCButton5MMX 11,181,byte[SoundInterpType],3
|
GUIClickCButton5MMX 11,181,byte[SoundInterpType],3
|
||||||
GUIClickCButton5 111,161,byte[LowPassFilterType],1
|
GUIClickCButton5 111,161,byte[LowPassFilterType],1
|
||||||
GUIClickCButton5 111,171,byte[LowPassFilterType],2
|
GUIClickCButton5 111,171,byte[LowPassFilterType],2
|
||||||
GUIClickCButton5 111,181,byte[LowPassFilterType],3
|
GUIClickCButton5MMX 111,181,byte[LowPassFilterType],3
|
||||||
cmp eax,15
|
cmp eax,15
|
||||||
jl near .nosrate
|
jl near .nosrate
|
||||||
cmp edx,61
|
cmp edx,61
|
||||||
|
|||||||
Reference in New Issue
Block a user