(10-26-2012, 11:22 PM)pizzathehut Wrote: I figured out what the problem was, got as far as importing using Eclipse then I don't quite know what to do. I put the stencilfix.patch file into the folder where I downloaded the SVN using TortoiseSVN and I can apply the patch but I don't know what to do after that...assuming that's even what I'm supposed to do. The SVN that gets downloaded from http://jpcsp.googlecode.com/svn/trunk is r2810 I think so I don't even know if that version will work or how I'm supposed to take what I do and somehow apply it to r2788. I feel like I'm on the home stretch of getting this to work for me so yeah, some clear guidance on how to finish this up would be most appreciated.sorry I don't use TortoiseSVN so I don't know much about it, look for a tool to apply a diff / patch file (or you can just modify the file(s) manually according to the patch. - removes a line, + adds a line)
found this looking at the docs
Code:
http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-patch.html
Alternatively, if the patch file has a .patch or .diff extension, you can right click on it directly and select TortoiseSVN → Apply Patch.... In this case you will be prompted to enter a working copy location.
These two methods just offer different ways of doing the same thing. With the first method you select the WC and browse to the patch file. With the second you select the patch file and browse to the WC.
Once you have selected the patch file and working copy location, TortoiseMerge runs to merge the changes from the patch file with your working copy. A small window lists the files which have been changed. Double click on each one in turn, review the changes and save the merged files.
Or you might just want to hold off for a few more days/weeks, a new official fix from the devs (that's better then my patch) might be just around the corner if all goes well.
Try Out JPCSP Launcher v1.8.0.4 | How to post a log