Hello,
when i launch the usb sample of PSPSDK, the sample says : Error starting USB mass storage driver (0x80243005).
why ? (i have "USBStor_Driver" as driver name in pspusbstor.h)
thanks
USBStor_Driver
Re: USBStor_Driver
It was an error with loadmodule because PSP_MAIN_THREAD_ATTR = USER.
I put 0 on PSP_MAIN_THREAD_ATTR and the sample works correctly (except home button)
I put 0 on PSP_MAIN_THREAD_ATTR and the sample works correctly (except home button)