PPSSPP on Ubuntu
|
05-14-2013, 08:02 AM
Post: #73
|
|||
|
|||
RE: PPSSPP on Ubuntu
You generally shouldn't have to reclone. Instead, you can:
# Get rid of anything you have modified (git stash pop to restore it.) git stash # Get the latest code. git pull --rebase # Update submodules like native, lang, and ffmpeg so that you don't get build errors. git submodule update -[Unknown] |
|||
« Next Oldest | Next Newest »
|