changeset 851:4c4978e11ec0

Oops. Remember to set output audio format for FP backend.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 08 Nov 2012 23:32:07 +0200
parents 82e759a5c7e6
children 8329dca1bea5
files src/xs_sidplayfp.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xs_sidplayfp.cpp	Thu Nov 08 23:26:19 2012 +0200
+++ b/src/xs_sidplayfp.cpp	Thu Nov 08 23:32:07 2012 +0200
@@ -154,6 +154,7 @@
 
     /* Audio parameters sanity checking and setup */
     state->audioBitsPerSample = XS_RES_16BIT;
+    state->audioFormat = FMT_S16_NE;
     engine->config.samplingMethod = SID2_RESAMPLE_INTERPOLATE;
     engine->config.frequency = state->audioFrequency;