r/psphacks • u/Interesting_City_630 • 3h ago
r/psphacks • u/PSP-Xlink_Kai • 3h ago
Playing MGS Peace Walker online on a real PSP console using XLink Kai in 2026!
For more information, please check out the video tutorial: https://www.youtube.com/watch?v=uClMDhmqkBk
And this is the XLink Kai × MGSPW Discord server if you want to join us to play on the weekends: https://discord.gg/n8MC39W4Dp
r/psphacks • u/soysrflores • 6h ago
CFW question
I have my psp1000 with the pro-c cfw. I’ve been hearing about arc4 and I think updated arc6.
The question is:
Can I replace pro-c with arc4? Are there any steps I should take since it’s not the original firmware?
r/psphacks • u/ChemicalAd5004 • 6h ago
With a bit of research and a whole community to help, videos are in
Enable HLS to view with audio, or disable this notification
Honestly it was much more fun figuring out how to do these things with the psp go, it just means I can add videos to my psp easier now
r/psphacks • u/RetroZone_NEON • 7h ago
[PSP 3000] Help me diagnose a few issues, screen, power, and disc drive
r/psphacks • u/Maleficent_Cry3145 • 16h ago
PSP NOT UPDATING ERROR CODE 80020148
I have no custom firmware PSP is stock and on 5.50 currently. I can't update to 6.61 and have tried many different links to update.
it lets me install but when i load the update it throws up the error message 'the game could not be started. (80020148)'
r/psphacks • u/NXGZ • 23h ago
PSPi 6: A Decade of Obsession
This is a custom all-in-one board that lets you put a Raspberry Pi Zero or Compute Module 4 (and CM5 if you're adventurous) into a PSP shell. It allows you to turn your broken PSP into an emulation system or a fully functioning portable Linux system, all without making any modifications to the PSP shell.
r/psphacks • u/justincaes • 1d ago
psp go wont charge until battery is disconnected and reconnected
so yeah it does charge but after a while it will stop, and ill have to reconnect the battery, any ideas on what it could be? the psp runs off the battery just fine it just decided not to charge.
r/psphacks • u/CommunistBurger • 1d ago
Game save fil conversion
I have a 3DS save file from GTA Chinatown Wars (.sav), is there a way to convert it to a PSP savefile so I can play it on my Vita ?
I looked over internet but I couldn't find anything, my guess is that the systems are too far apart to be able to translate from one to another
r/psphacks • u/consoles4fun • 1d ago
PSP Go Black 🎮
Enable HLS to view with audio, or disable this notification
r/psphacks • u/dicksquant • 1d ago
Report ARK-5 issues to Github
This is probably a given for most but if you have any issues make sure to report them on the github. I see quite a few posts on here with unsolved issues that aren’t present on there
r/psphacks • u/Radiant-Cat-6927 • 2d ago
how realistic would it be to make something like a pspi 2000 / 3000?
hey guys yesterday i saw a video of someone doing the pspi mod but the project is reserved for the psp 1000 and i was wondering if it would be realistically possible to do a pspi 2000 / 3000 because my psp 2000 has a dead motherboard and i can’t be the only one with a dead psp 2000 / 3000 that would benefit from something like this. i know that the pspi mod is reserved for the PSP 1000 because of thickness and space but i just wanted to know if it could be realistically possible. (i haven’t looked much online to try to find someone with the same question so if someone has asked the same question or similar before please let me know) (also i didn’t read the rules of the subreddit before posting so sorry if this post breaks any rules)
r/psphacks • u/FarmingAuraProfessia • 2d ago
Yo tutorial for online game on psp everyone
You can play with other far away from you.
r/psphacks • u/0zonessbu • 3d ago
Can anyone help me out
Enable HLS to view with audio, or disable this notification
r/psphacks • u/Princess_Faol • 3d ago
PSP game help (PSone y PSP)
Long story short: I have several PSX games on my PSP—all converted using the PSX2PSP program—and they work perfectly.
The problem? It’s been a while since I last did this, and I got the urge to play *Tekken 3*. I downloaded various game files in different formats and ran them all through PSX2PSP, but I just can't get the game to launch. In fact, most of the downloads included multiple tracks in the folder; whether I put just one or all three onto the console, the result is the same.
I thought, "If I can't get Tekken 3 working, I'll just download a PSP version instead", so I downloaded Tekken 6, but I can't get that to work either 🥲 Help!
Could I be doing something wrong? Probably, but I can't figure out what it might be; I've gone over several tutorials and followed the steps to the letter. Any ideas?
r/psphacks • u/MadBrewer2701 • 3d ago
I need advice from the experts.
I need advice from the experts, I found my original PSP-1001 from back in 1990’s. I am trying to flash a new firmware to it using pro-c firmware and it says it is not compatible. Is there anything I can do to upgrade this so I can load my games onto it to play? Any advice would be appreciated.
r/psphacks • u/Altruistic-Pin-5984 • 3d ago
Pasen juegos livianos de psp para poder jugarlos en la psvita por favor
r/psphacks • u/Electronic_Bat_6799 • 3d ago
Touble finding the vsh folder.
Ive been trying to enable the PSP home screen (XMB) on the PPSSPP emulator on mobile, and for that I need the 6.61 firmware update. I have found and downloaded the font folder, but I cannot find the vsh folder. Ive looked everywhere, but I just cant find it. I even looked into archive.org, but nothing. I can download the encrypted, .PBP file, but I cant decrypt it later because im on mobile. Can anyone please find me a place where I can download the decrypted vsh folder because Ive been looking for 2 hours now and still cant find it.
r/psphacks • u/VicoolX • 4d ago
PSA for those who try to run the last version of DDLC-LOVE on their PSP Go from ef0:/ with an openfile nil value error
Hey all,
I figured out why the game would crash at line 44 saying it couldn't return a value while trying to run 'openfile' in filesystem.lua, so the solution is to replace ms0:/ with ef0:/ in Love-WrapLua's filesystem.lua when running from your PSP Go's internal storage. I replaced the line lv1lua.saveloc = "ms0:/PSP/GAME/"..lv1lua.loveconf.identity.."/savedata/" with the line lv1lua.saveloc = "ef0:/PSP/GAME/"..lv1lua.loveconf.identity.."/savedata/" and it worked fine. Hope it helps someone out there!