File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1948,9 +1948,9 @@ void showEffect3d()
1948
1948
ks0066SetXY (14 , 0 );
1949
1949
ks0066WriteData (0x06 );
1950
1950
if (aproc .extra & APROC_EXTRA_EFFECT3D )
1951
- ks0066WriteData (0x07 );
1952
- else
1953
1951
ks0066WriteData (' ' );
1952
+ else
1953
+ ks0066WriteData (0x07 );
1954
1954
#elif defined(_LS020 )
1955
1955
ls020SetXY (96 , 32 );
1956
1956
if (aproc .extra & APROC_EXTRA_EFFECT3D )
@@ -1975,9 +1975,9 @@ void showLoudness()
1975
1975
ks0066SetXY (14 , 0 );
1976
1976
ks0066WriteData (0x06 );
1977
1977
if (aproc .extra & APROC_EXTRA_LOUDNESS )
1978
- ks0066WriteData (0x07 );
1979
- else
1980
1978
ks0066WriteData (' ' );
1979
+ else
1980
+ ks0066WriteData (0x07 );
1981
1981
#elif defined(_LS020 )
1982
1982
ls020SetXY (96 , 32 );
1983
1983
if (aproc .extra & APROC_EXTRA_LOUDNESS )
@@ -2030,9 +2030,9 @@ void showSurround()
2030
2030
ks0066SetXY (14 , 0 );
2031
2031
ks0066WriteData (0x06 );
2032
2032
if (aproc .extra & APROC_EXTRA_SURROUND )
2033
- ks0066WriteData (0x07 );
2034
- else
2035
2033
ks0066WriteData (' ' );
2034
+ else
2035
+ ks0066WriteData (0x07 );
2036
2036
#elif defined(_LS020 )
2037
2037
ls020SetXY (96 , 32 );
2038
2038
if (aproc .extra & APROC_EXTRA_SURROUND )
You can’t perform that action at this time.
0 commit comments