rockbox/firmware/target/hosted/sdl
Aidan MacDonald 719d48afc4 buflib: Refactor various debugging features
Gate buflib_get_data() checking, debug printing, and buflib
integrity checks behind individual defines in buflib.h, and
turn them all off by default. If needed, they can be turned
on manually when compiling.

The buflib debug menu is only available if debug printing is
enabled, so after this commit it will no longer be included
in normal builds -- it isn't very useful to end users.

Change-Id: Iab25b7852bc7c5592ce04c9c45762046a87d5bc3
2023-01-13 10:32:57 +00:00
..
app Rewrite filesystem code (WIP) 2014-08-30 03:48:23 +02:00
button-sdl.c SDL: If our eventloop fails, log the reason! 2020-08-24 21:21:33 -04:00
button-sdl.h
buttonmap.h
filesystem-sdl.c Rewrite filesystem code (WIP) 2014-08-30 03:48:23 +02:00
filesystem-sdl.h Fix Red SDL, Android mounting root directory, and all the yellow too 2022-03-03 20:38:57 -05:00
kernel-sdl.c
key_to_touch-sdl.c
lcd-bitmap.c Fix the fix 2019-02-08 00:52:37 +01:00
lcd-bitmap.h
lcd-remote-bitmap.c
lcd-remote-bitmap.h
lcd-sdl.c Define LCD_STRIDEFORMAT unconditionally 2022-09-30 10:42:49 +01:00
lcd-sdl.h
load_code-sdl.c Rewrite filesystem code (WIP) 2014-08-30 03:48:23 +02:00
pcm-sdl.c pcm: Remove unused function pcm_play_dma_get_peak_buffer() 2021-07-25 14:07:41 +00:00
sim-ui-defines.h m3k simulator: remove white border 2021-12-10 19:46:09 +01:00
system-sdl.c [4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice. 2020-07-24 21:20:13 +00:00
system-sdl.h
system-sim.h Rewrite filesystem code (WIP) 2014-08-30 03:48:23 +02:00
system-target.h
thread-sdl.c buflib: Refactor various debugging features 2023-01-13 10:32:57 +00:00
thread-sdl.h
timer-sdl.c