mirror of
https://github.com/libretro/libretro-super
synced 2025-02-20 18:40:59 +00:00
(3DS) copy xmb font files.
This commit is contained in:
parent
b37ef36490
commit
395f9e6556
@ -50,6 +50,7 @@ convert_xmb_assets()
|
||||
for theme in `ls $src_dir`; do
|
||||
if [ -d $src_dir/$theme ] ; then
|
||||
theme=`basename "$theme"`
|
||||
cp $src_dir/$theme/*.* $dst_dir/$theme/
|
||||
mkdir -p "$dst_dir/$theme/png"
|
||||
for png in `ls $src_dir/$theme/png/*.png -d`; do
|
||||
local name=`basename "$png" .png`
|
||||
|
Loading…
x
Reference in New Issue
Block a user