summing it all up im pvp from acidmods and im working on a usb storage device. ive already got the device made but need to make a driver for it. ive taken usbcam.prx from the flash0 and i want to modify that driver to accept my new device.
if ne one has the expertise in the area of the modifying prx to something useful please help out
PvP wrote:summing it all up im pvp from acidmods and im working on a usb storage device. ive already got the device made but need to make a driver for it. ive taken usbcam.prx from the flash0 and i want to modify that driver to accept my new device.
if ne one has the expertise in the area of the modifying prx to something useful please help out
Are you trying to make the PSP a USB host? If that's what you're trying to do, I'll tell you now, it's impossible.
Well, modifying a prx won't get you what you want - it isn't a simple hex, or even a hex at all. You'd need to write an entirely new driver, or use the existing usbhostfs on both the host device and the PSP.