PPSSPP iOS Port
|
03-06-2013, 09:03 PM
Post: #230
|
|||
|
|||
RE: PPSSPP iOS Port
You're missing files or something. Close Xcode, and then open Terminal, and:
cd /path/to/ppsspp/checkout git stash git fetch origin git rebase origin/master git submodule update And then: cd /path/to/build/dir cmake -GXcode -DCMAKE_TOOLCHAIN_FILE=/path/to/ppsspp/checkout/ios/ios.toolchain.cmake /path/to/ppsspp/checkout open *.xcodeproj Xcode should relaunch with hopefully all updated files. It should automatically update git-version.cpp and include Core/Reporting.cpp. At this point to get your changes back you can do: cd /path/to/ppsspp/checkout git stash pop If it breaks again, then your changes are what broke it. -[Unknown] |
|||
« Next Oldest | Next Newest »
|