1
0
Fork 0
forked from len0rd/rockbox

splash: splashf() should be voiced if given an IDPTR

Most calls to splashf() use str(IDNUM), those can be safely
moved to ID2P(IDNUM) now.  Those will follow.

This change effectively makes splash() a simple wrapper around
splashf() so just make it into a #define instead..

Change-Id: I820e74e34cb4be3f523b25ce3f5dcc341bdba3e4
This commit is contained in:
Solomon Peachy 2025-05-17 15:17:03 -04:00
parent 4ab056ab15
commit 622ff574e7
4 changed files with 10 additions and 16 deletions

View file

@ -184,7 +184,6 @@ static const struct plugin_api rockbox_api = {
language_strings,
&core_bitmaps[0],
/* lcd */
splash,
splashf,
splash_progress,
splash_progress_set_delay,