Hi all,
I'm a noob in Lua coding, I started out with it only for PSP reason.
I have alittle question: is there a method to put the file on the psp without putting it in usb mode via dashboard, trasfer the file, start the palyer, see the errors?
Thanks all
Lua coding sempilfication
Moderators: Shine, Insert_witty_name
The Lowser file browser has a LTrigger button that you can use to put it into USB Mode. Also refer to http://wiki.ps2dev.org/psp:lua_player for more information about the built in commands through the LUA Player.
some of which are
System.usbDiskModeActivate()
System.usbDiskModeDeactivate()
Which might be helpfull to you.
Just a reminder. If you do not turn off the USB device you can possibly crash your PSP causing you manually restart your PSP. (Only noticed that in 2.0 [through the Eboot loader by fanjta])
some of which are
System.usbDiskModeActivate()
System.usbDiskModeDeactivate()
Which might be helpfull to you.
Just a reminder. If you do not turn off the USB device you can possibly crash your PSP causing you manually restart your PSP. (Only noticed that in 2.0 [through the Eboot loader by fanjta])