| View previous topic :: View next topic |
| Author |
Message |
TheBuzzer
Joined: 06 Feb 2006 Posts: 49
|
Posted: Mon Dec 04, 2006 6:15 pm Post subject: Any way to make xmb unmount and remount memory stick? |
|
|
Well. I am making a usb mod for sec
I figure out how to switch between memory stick and usb in it but the main problem is that the content of the memory stick wont reflesh unless i remove it and reput it in.
is there a function to make it reflesh itself or make it simulate a remove and reput in? |
|
| Back to top |
|
 |
TyRaNiD
Joined: 18 Jan 2004 Posts: 918
|
Posted: Tue Dec 05, 2006 3:33 am Post subject: |
|
|
Well you _could_ try doing:
| Code: | | sceIoDevctl("fatms0:", 0x240D81E, 0, 0, 0, 0); |
after you unmount the memory stick, but I don't know if that will work ;) |
|
| Back to top |
|
 |
TheBuzzer
Joined: 06 Feb 2006 Posts: 49
|
Posted: Tue Dec 05, 2006 1:52 pm Post subject: |
|
|
i think i already tried that and it didnt work.
i realized when you use the usb mode enable and disable in vshex it reflesh it too
however i think when i add the normal usb to turn on and off it does not reflesh
so i guess vshex does a function after to reflesh |
|
| Back to top |
|
 |
|