comparison src/xs_sidplay2.cc @ 821:dea579b6c3b3

Oops, need to set FMT_S16_NE audio format for XMMS output backend as well when using the default format.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 07 Nov 2012 16:09:19 +0200
parents 778531e968ed
children b158abe91a75
comparison
equal deleted inserted replaced
820:778531e968ed 821:dea579b6c3b3
228 case FMT_S16_BE: 228 case FMT_S16_BE:
229 engine->config.sampleFormat = SID2_BIG_SIGNED; 229 engine->config.sampleFormat = SID2_BIG_SIGNED;
230 break; 230 break;
231 231
232 default: 232 default:
233 state->audioFormat = FMT_S16_NE;
233 engine->config.sampleFormat = SID2_NATIVE_SIGNED; 234 engine->config.sampleFormat = SID2_NATIVE_SIGNED;
234 break; 235 break;
235 } 236 }
236 #endif 237 #endif
237 break; 238 break;