memstick folder path
|
07-20-2013, 05:34 PM
(This post was last modified: 07-20-2013 05:54 PM by solarmystic.)
Post: #3
|
|||
|
|||
RE: memstick folder path
If you are on Windows Vista/7/8 you can use the mklink command prompt function to make junctions that will trick the program into thinking that your memstick folder is still in the same place.
Consider the following scenarios:- 1. Your ppsspp folder is in C:\ppsspp\ which means that the program would look to C:\ppsspp\memstick for the location of your savedata 2. Your actual memstick folder (with all the save files etc) is in D:\memstick since you are running out of space in C: The procedure:- 1. Open up an administrative command prompt. (Start, type in cmd, right click on the icon that appears in the search results and click on Run as Administrator) 2. If the above details as outlined in the scenarios above are true, type in the following:- mklink /j "C:\ppsspp\memstick" "D:\memstick" (The first path is the place where you will create the junction/virtual folder which will be linked to the second path, which is the actual location of your save data and the memstick folder) 3. Press Enter/Return key (If you get an error at this point, make sure that the memstick folder in C:\ppsspp does not exist, it should not be there, so that windows can create the junction) 4. To test out whether or not it was a success, go back to your original ppsspp folder in C:\ppsspp and double click on the memstick folder there (it should be a folder with a shorcut arrow next to it). It should properly load the contents of the folder you've linked to which is actually in D:\memstick You've now linked your memstick folder from D: to a "virtual" one in C:\ppssspp and the emulator will still think that the savefiles are in C:\ppsspp\memstick 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 »
|
Messages In This Thread |
memstick folder path - HEGREN - 07-20-2013, 04:36 PM
RE: memstick folder path - arg274 - 07-20-2013, 05:15 PM
RE: memstick folder path - solarmystic - 07-20-2013 05:34 PM
RE: memstick folder path - vnctdj - 07-22-2013, 03:39 PM
RE: memstick folder path - HEGREN - 07-21-2013, 02:56 PM
RE: memstick folder path - arg274 - 07-22-2013, 01:06 PM
RE: memstick folder path - MarioMasta64 - 06-20-2017, 03:33 PM
|