forked from len0rd/rockbox
use classic_statusbar.grey.sbs on grey targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23719 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fab80009bc
commit
3034d9f95a
1 changed files with 3 additions and 1 deletions
|
@ -433,8 +433,10 @@ STOP
|
|||
mkdir "$rbdir/wps/classic_statusbar", 0777;
|
||||
glob_copy("$ROOT/wps/classic_statusbar/*.bmp", "$rbdir/wps/classic_statusbar");
|
||||
if ($swcodec) {
|
||||
if ($depth > 1) {
|
||||
if ($depth == 16) {
|
||||
copy("$ROOT/wps/classic_statusbar.sbs", "$rbdir/wps");
|
||||
} else if ($depth > 1) {
|
||||
copy("$ROOT/wps/classic_statusbar.grey.sbs", "$rbdir/wps");
|
||||
} else {
|
||||
copy("$ROOT/wps/classic_statusbar.mono.sbs", "$rbdir/wps");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue