This website requires JavaScript.
Explore
Help
Register
Sign In
Emulator-Archive
/
ppsspp
Watch
1
Star
0
Fork
0
You've already forked ppsspp
mirror of
https://github.com/hrydgard/ppsspp.git
synced
2024-11-23 13:30:02 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
3f5eae3db5
ppsspp
/
b.sh
4 lines
81 B
Bash
Raw
Normal View
History
Unescape
Escape
MacOSX buildfix. Doesn't run right yet though.
2012-11-25 11:25:07 +00:00
cp -r android/assets .
Add snapshot of the whole source code.
2012-11-01 15:19:01 +00:00
mkdir -p build
(
cd
build
;
cmake ..
&&
make -j3
$1
;
cd
..
)
Reference in New Issue
Copy Permalink