diff options
author | Tobias Gunkel | 2011-12-21 10:10:42 +0100 |
---|---|---|
committer | Tobias Gunkel | 2011-12-22 12:08:28 +0100 |
commit | f7a869ccc5c22212768c43f258a7fbf7dddb758f (patch) | |
tree | b0afdff0275cd05d0d4d3e7577e98d8fc22bb872 /backends/platform/maemo/maemo.cpp | |
parent | 3a9f2c5f5bb817b4acbe279aedae938679634257 (diff) | |
download | scummvm-rg350-f7a869ccc5c22212768c43f258a7fbf7dddb758f.tar.gz scummvm-rg350-f7a869ccc5c22212768c43f258a7fbf7dddb758f.tar.bz2 scummvm-rg350-f7a869ccc5c22212768c43f258a7fbf7dddb758f.zip |
SCUMM: Optimize player_appleII sample buffer
The AppleII sound player works in two phases: writing samples to the
sample buffer (sample
generation) or reading samples from the buffer and passing it to ScummVM's
output callback.
The sample buffer is read completely in the reading phase so the entries
of the already read samples of the buffer can be reused again during the
next write phase.
Diffstat (limited to 'backends/platform/maemo/maemo.cpp')
0 files changed, 0 insertions, 0 deletions