mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix ab.sh to copy shaders and langregion to assets
This commit is contained in:
parent
ce3d8d132b
commit
fa1858ffaf
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
cp -r ../flash0 assets
|
||||
cp -r ../lang assets
|
||||
cp -r ../assets/shaders assets
|
||||
cp ../assets/langregion.ini assets/langregion.ini
|
||||
NDK_MODULE_PATH=..:../native/ext $NDK/ndk-build -j3 TARGET_PLATFORM=android-9 $*
|
||||
|
|
Loading…
Add table
Reference in a new issue