# HG changeset patch # User Matti Hamalainen # Date 1130787365 0 # Node ID 2b4ca75b999f72e1001842715225ba591159a746 # Parent 567f05aa90bc25262e9d20ae9f2a6a1345f077e4 Cleanups diff -r 567f05aa90bc -r 2b4ca75b999f src/xs_sidplay2.cc --- a/src/xs_sidplay2.cc Wed Oct 19 23:11:00 2005 +0000 +++ b/src/xs_sidplay2.cc Mon Oct 31 19:36:05 2005 +0000 @@ -222,6 +222,7 @@ XSERR("rs->create() failed. SIDPlay2 suxx again.\n"); return FALSE; } + rs->filter(xs_cfg.emulateFilters); if (!*rs) { @@ -242,8 +243,6 @@ XSERR("rs->filter(NULL) failed.\n"); return FALSE; } -/* -*/ } } #endif