rockbox/apps/plugins/xrick/system
Solomon Peachy e677895e29 xrick: Fix a race condition that could result in audio stopping
get_more() can disable audio when there's nothing more to genreate
but that can get called (and "fail") _before_ we set the flag
that audio is turned on.  If this occurs, we will incorrecly
set the "audio on" flag after the failure which will prevent
the mixer from being re-started.

(We're at the mercy of thread scheduling)

Change-Id: I4f6c50a71c7ad685ff45f775e7e4b1c61b8b7777
2026-03-29 18:07:00 -04:00
..
basic_funcs.c
basic_funcs.h
basic_types.h
main_rockbox.c
miniz_config.h xrick: Fix up -wundef warnings in miniz library 2025-12-07 14:28:51 -05:00
rockboxcodes.h
sysarg_rockbox.c
sysevt_rockbox.c
sysfile_rockbox.c
sysmem_rockbox.c
sysmenu_rockbox.c plugins & debug menu: apply consistent titles 2025-12-23 10:25:05 -05:00
sysmenu_rockbox.h
syssnd_rockbox.c xrick: Fix a race condition that could result in audio stopping 2026-03-29 18:07:00 -04:00
syssnd_rockbox.h
system.h
system_rockbox.c
sysvid_rockbox.c xrick: Fix build on RGB888 targets 2024-06-30 20:57:34 -04:00