Ignore:
Timestamp:
Jun 16, 2001, 1:35:22 PM (24 years ago)
Author:
sandervl
Message:

resume after underrun fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/winmm/waveoutdaud.cpp

    r5643 r6026  
    1 /* $Id: waveoutdaud.cpp,v 1.5 2001-04-30 21:06:56 sandervl Exp $ */
     1/* $Id: waveoutdaud.cpp,v 1.6 2001-06-16 11:35:22 sandervl Exp $ */
    22
    33/*
     
    377377    cmd.Vol.VolumeR = (((ulVol & 0xFFFF0000) >> 16)*100)/0xFFFF;
    378378    cmd.Vol.VolumeL =  ((ulVol & 0x0000FFFF)       *100)/0xFFFF;
     379    dprintf(("DAudioWaveOut::setVolume %d %d", cmd.Vol.VolumeL, cmd.Vol.VolumeR));
    379380    return sendIOCTL(DAUDIO_SETVOLUME, &cmd);
    380381}
Note: See TracChangeset for help on using the changeset viewer.