# HG changeset patch # User Matti Hamalainen # Date 1211561293 -10800 # Node ID e2800b15ec0fd85f4b1fd4fa144ed0ab1057cb5a # Parent 156fbba8768c7563f34a3f37407fb94fe7c0f88b Compiles with distortion patched libsidplay2+reSID now, but crashes for some reason in libsidplay .. not sure if this is caused by me or not. diff -r 156fbba8768c -r e2800b15ec0f src/xs_sidplay2.cc --- a/src/xs_sidplay2.cc Fri May 23 19:47:12 2008 +0300 +++ b/src/xs_sidplay2.cc Fri May 23 19:48:13 2008 +0300 @@ -281,6 +281,7 @@ return FALSE; } +#ifndef HAVE_SIDPLAY2_DISTORTION // FIXME FIX ME: support other configurable parameters ... // ... WHEN/IF resid-builder+libsidplay2 gets fixed rs->sampling(tmpFreq); @@ -288,6 +289,7 @@ xs_error("reSID->sampling(%d) failed.\n", tmpFreq); return FALSE; } +#endif if (tmpFilter.points > 0) rs->filter((sid_filter_t *) &tmpFilter);