mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-18 18:02:47 +01:00
random minor fixes
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@843 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
@@ -51,7 +51,7 @@ int sndout_oss_start(int rate, int frame_samples, int stereo)
|
||||
}
|
||||
}
|
||||
|
||||
// calculate buffer size. We one to fit 1 frame worth of sound data.
|
||||
// calculate buffer size. We want to fit 1 frame worth of sound data.
|
||||
// Also ignore mono because both GP2X and Wiz mixes mono to stereo anyway.
|
||||
bsize = frame_samples << 2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user