Changeset 147 for sbliveos2/trunk/sblive
- Timestamp:
- Apr 24, 2000, 9:45:21 PM (25 years ago)
- Location:
- sbliveos2/trunk/sblive
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/sblive/audio.c
r142 r147 316 316 317 317 #ifdef TARGET_OS2 318 w oinst->fragment_size = 0;318 wiinst->fragment_size = 0; 319 319 #endif 320 320 wiinst->total_recorded = 0; -
sbliveos2/trunk/sblive/makefile.os2
r142 r147 82 82 $(TARGET).lib: $(TARGET).lnk $(FILES) 83 83 $(LIB) $(TARGET).lib @$(TARGET).lnk 84 85 clean: 86 del *.obj *.err *.lnk *.sys *.sym *.lst *.map *.wmap *.lib -
sbliveos2/trunk/sblive/mixer.c
r142 r147 523 523 // Check here that current->files != 0 524 524 for (i = 0; i < MAX_PCM_CHANNELS; i++) { 525 #ifdef TARGET_OS2 525 526 if (current->files && sblive_pcm_volume[i].files == current->files) { 527 #else 528 if (sblive_pcm_volume[i].files == current->files) { 529 #endif 526 530 sblive_pcm_volume[i].mixer = mixer; 527 531 if (sblive_pcm_volume[i].opened) {
Note:
See TracChangeset
for help on using the changeset viewer.