[Scummvm-git-logs] scummvm master -> 6bba7a1ed36578da415e45c00c487cc1f8eb85fd
orgads
noreply at scummvm.org
Mon Apr 8 19:42:50 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
6bba7a1ed3 LIBRETRO: Fix typo in comment
Commit: 6bba7a1ed36578da415e45c00c487cc1f8eb85fd
https://github.com/scummvm/scummvm/commit/6bba7a1ed36578da415e45c00c487cc1f8eb85fd
Author: Orgad Shaneh (orgads at gmail.com)
Date: 2024-04-08T22:42:38+03:00
Commit Message:
LIBRETRO: Fix typo in comment
Changed paths:
backends/platform/libretro/src/libretro-core.cpp
diff --git a/backends/platform/libretro/src/libretro-core.cpp b/backends/platform/libretro/src/libretro-core.cpp
index 167fff0e74b..0342e4317ad 100644
--- a/backends/platform/libretro/src/libretro-core.cpp
+++ b/backends/platform/libretro/src/libretro-core.cpp
@@ -558,7 +558,7 @@ uint16 retro_setting_get_sample_rate(void) {
}
uint16 retro_setting_get_audio_samples_buffer_size(void) {
- /* ScummVM a.udio buffer size is normally between 512 and 8192, but the value
+ /* ScummVM audio buffer size is normally between 512 and 8192, but the value
must be one of: 256, 512, 1024, 2048, 4096, 8192, 16384, or 32768. */
uint16 v = audio_samples_per_frame--;
v |= v >> 1;
More information about the Scummvm-git-logs
mailing list