scummvm/backends/platform
Miro Kropacek 9ed3d0b5fe BACKENDS: ATARI: Avoid depletion of mixer slots
This was a bad idea from the beginning (see https://github.com/scummvm/scummvm/pull/4687/files#r1096804842)
but fortunately there is an easy and safe workaround: providing a buffer
with zero length. That way mixCallback() is always called while mixing
is avoided.

Also rename "output_samples" to "audio_buffer_size" to be on par with
the official documentation: https://docs.scummvm.org/en/latest/advanced_topics/understand_audio.html#buffer.
2023-04-07 17:31:40 +02:00
..
3ds GRAPHICS: Add support for pixels with masks and inverted pixels 2023-02-19 23:51:09 +01:00
android ANDROID: Improve support for gamepads and joysticks 2023-04-04 22:16:24 +03:00
atari BACKENDS: ATARI: Avoid depletion of mixer slots 2023-04-07 17:31:40 +02:00
dc GRAPHICS: Add support for pixels with masks and inverted pixels 2023-02-19 23:51:09 +01:00
dingux ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
ds GRAPHICS: Add support for pixels with masks and inverted pixels 2023-02-19 23:51:09 +01:00
gph ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
ios7 IOS7: Report the scummvm.log file location 2023-03-27 00:24:46 +02:00
iphone IOS: Report the scummvm.log file location 2023-03-27 00:24:45 +02:00
libretro LIBRETRO: drop unneeded THREAD_SWITCH_RECT 2023-04-04 15:55:33 +02:00
maemo DISTS: Include MKV license in distribution packages 2023-03-05 21:47:13 +01:00
n64 BACKENDS: N64: Fix wrong error message 2023-02-19 23:51:09 +01:00
null ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
openpandora ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
psp GRAPHICS: Add support for pixels with masks and inverted pixels 2023-02-19 23:51:09 +01:00
samsungtv ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
sdl MACOSX: Fix missing includes for older OSX releases 2023-04-05 15:51:27 +02:00
wii GRAPHICS: Add support for pixels with masks and inverted pixels 2023-02-19 23:51:09 +01:00