Ignore:
Timestamp:
Jul 31, 2002, 3:51:21 PM (23 years ago)
Author:
sandervl
Message:

Custom build function SetFixedWaveBufferSize added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/custombuild.h

    r8929 r8947  
    8888void WIN32API DisableWaveAudio();
    8989
     90//Call to tell winmm to expect simple fixed size buffers, so
     91//it doesn't have to use very small DART buffers; this will
     92//only work in very specific cases; it is not a good general
     93//purpose solution)
     94void WIN32API SetFixedWaveBufferSize();
     95
    9096//Override shared semaphore name used to synchronize global window handle
    9197//array access (to avoid name clash with Odin)
Note: See TracChangeset for help on using the changeset viewer.