mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
7 lines
256 B
Bash
Executable file
7 lines
256 B
Bash
Executable file
cp -r ../flash0 assets
|
|
cp -r ../lang assets
|
|
cp -r ../assets/shaders assets
|
|
cp ../assets/langregion.ini assets/langregion.ini
|
|
cp ../assets/compat.ini assets/compat.ini
|
|
cp ../assets/*.png assets
|
|
NDK_MODULE_PATH=../ext:../ext/native/ext $NDK/ndk-build -j3 $*
|