forked from len0rd/rockbox
lua -- temp loader
fix a few bugs, improve memory usage Change-Id: I6ceefd033000a6178eab0dd513679b5d72cec81c
This commit is contained in:
parent
15ad1c42db
commit
adff45ca21
7 changed files with 233 additions and 99 deletions
|
@ -52,6 +52,8 @@ char *strerror(int errnum)
|
|||
*/
|
||||
int splash_scroller(int timeout, const char* str)
|
||||
{
|
||||
if (!str)
|
||||
str = "[nil]";
|
||||
int w, ch_w, ch_h;
|
||||
rb->lcd_getstringsize("W", &ch_w, &ch_h);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue