Guide:- Compiling PPSSPP on Windows for Dummies (updated for MSVC 2013)
|
02-10-2014, 09:56 PM
(This post was last modified: 02-10-2014 10:03 PM by solarmystic.)
Post: #89
|
|||
|
|||
RE: Guide:- Compiling PPSSPP on Windows for Dummies (updated for MSVC 2013)
(02-10-2014 07:33 PM)Oblivion Wrote: @solarmystic It is possible to do so. The proscribed command for those two cases (assuming you're up to date using a git pull and you have NO current modifications to your working ppsspp directory that contains all the source files) would be:- Code: git revert --no-edit 2f7243b 09f1c79 60cf5df b48de95 c6dc6b4 9cfb864 Each set of numbers represents the first 7 digits of the SHA-1 commit id for each commit that you wish to revert. Note that we're not reverting the commits that merge them to master, but we're reverting the ones added in by the original authors of the commits themselves. The commit by Bigpet which introduced the red tint on cutscenes is originally Code: 2f7243b There are 5 seperate commits by [Unknown] that make up his pull request which got merged to master and they are Code: 09f1c79 60cf5df b48de95 c6dc6b4 9cfb864 You can get those details on the "Files" tab of the original pull request for each commit. If you ever decide to change your mind on the revert and restore the original master back to the way it was, the command as always, is, Code: git reset --hard <current master commit id> since a revert in itself is considered an additional commit that you're pushing to your own repository. Thus resetting the tree would be the easiest way to go back to the original path. PPSSPP Modern Testbed:- Intel Core i5 4690K @ 4.0 GHz NVIDIA Geforce GTX 760 2GB GDDR5 VRAM @ 1138/6500 Mhz 16 GB DDR3 RAM @ 1600 MHz Windows 7 x64 SP1 PPSSPP Ancient Testing Rig:- Intel Core 2 Duo T9550 @ 2.8GHz ATI Mobility Radeon 4670 1GB GDDR3 VRAM @ 843/882 MHz 8 GB DDR3 RAM @ 1066 MHz Windows 7 x64 SP1 |
|||
« Next Oldest | Next Newest »
|