comparison src/xs_sidplayfp.cpp @ 928:8f1027a6b4a0

Oops, do not incorrectly set the reSID-FP backend filters to 0.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 18 Nov 2012 18:06:24 +0200
parents 6ef144912c0f
children a5b118c853f5
comparison
equal deleted inserted replaced
927:8fc22804ab61 928:8f1027a6b4a0
249 if (!*rs) return FALSE; 249 if (!*rs) return FALSE;
250 rs->create((engine->emu.info()).maxsids); 250 rs->create((engine->emu.info()).maxsids);
251 if (!*rs) return FALSE; 251 if (!*rs) return FALSE;
252 } 252 }
253 #endif 253 #endif
254 rs->filter6581Curve(0.0); 254 // rs->filter6581Curve(0.0);
255 rs->filter8580Curve(0.0); 255 // rs->filter8580Curve(0.0);
256 } 256 }
257 break; 257 break;
258 #endif 258 #endif
259 259
260 #ifdef HAVE_HARDSID_BUILDER 260 #ifdef HAVE_HARDSID_BUILDER