mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
We now read everything directly from assets/, so there's no need for outdated duplicates. Also cleanup some outdated files/instructions.
13 lines
350 B
Bash
13 lines
350 B
Bash
mkdir -p assets
|
|
cp ../assets/7z.png assets/
|
|
cp ../assets/rargray.png assets/
|
|
cp ../assets/unknown.png assets/
|
|
cp ../assets/zip.png assets/
|
|
cp ../assets/*.zim assets/
|
|
cp ../assets/*.meta assets/
|
|
cp ../assets/*.wav assets/
|
|
cp ../assets/*.ini assets/
|
|
cp ../assets/Roboto-Condensed.ttf assets/
|
|
cp -r ../assets/flash0 assets/
|
|
cp -r ../assets/lang assets/
|