Changeset 3035 for trunk/src


Ignore:
Timestamp:
Mar 7, 2000, 8:57:49 AM (25 years ago)
Author:
mike
Message:

Fixed sound latency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/dsound/new/dart.cpp

    r3027 r3035  
    347347      /* Note: the call to pmixWrite trashes the FS selector, we have to save */
    348348      /* and then restore FS!!! Otherwise exception handling will be broken.  */
    349       MixSetupParms.pmixWrite(MixSetupParms.ulMixHandle, MixBuffers, NUM_DART_BUFFS);
     349      MixSetupParms.pmixWrite(MixSetupParms.ulMixHandle, MixBuffers, 2);
    350350      SetFS(sel);
    351351   }
Note: See TracChangeset for help on using the changeset viewer.