Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
DART allegedly does up to quad output.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 4, 2006
1 parent af648c1 commit 956eff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/audio/dart/SDL_dart.c
Expand Up @@ -107,8 +107,8 @@ DART_OpenAudio(_THIS, SDL_AudioSpec * spec)
iDeviceOrd = AmpOpenParms.usDeviceID;

// Determine the audio parameters from the AudioSpec
if (spec->channels > 2)
spec->channels = 2; // !!! FIXME: more than stereo support in OS/2?
if (spec->channels > 4)
spec->channels = 4;

while ((!valid_datatype) && (test_format)) {
spec->format = test_format;
Expand Down

0 comments on commit 956eff6

Please sign in to comment.