Advertisement
mmu_man

STYMulator-0.21a non interleaved fix

Sep 7th, 2015
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.49 KB | None | 0 0
  1. diff -urN STYMulator-0.21a.org/src/stsoundlib/Ymload.cpp STYMulator-0.21a/src/stsoundlib/Ymload.cpp
  2. --- STYMulator-0.21a.org/src/stsoundlib/Ymload.cpp  2006-07-11 18:41:57.000000000 +0200
  3. +++ STYMulator-0.21a/src/stsoundlib/Ymload.cpp  2015-06-10 16:29:21.000000000 +0200
  4. @@ -355,7 +355,7 @@
  5.                 }
  6.                 pDataStream = ptr;
  7.                 streamInc = 16;
  8. -               setAttrib(A_STREAMINTERLEAVED|A_TIMECONTROL);
  9. +               setAttrib(attrib|A_TIMECONTROL);
  10.                 pSongPlayer = mstrdup("YM-Chip driver.");
  11.                 break;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement