USBStor_Driver

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
johnmph
Posts: 119
Joined: Sat Jul 23, 2005 11:48 pm

USBStor_Driver

Post by johnmph »

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
johnmph
Posts: 119
Joined: Sat Jul 23, 2005 11:48 pm

Re: USBStor_Driver

Post by johnmph »

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)
Post Reply