Any way to make xmb unmount and remount memory stick?

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

Moderators: cheriff, TyRaNiD

Post Reply
TheBuzzer
Posts: 49
Joined: Mon Feb 06, 2006 10:02 am

Any way to make xmb unmount and remount memory stick?

Post by TheBuzzer »

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?
TyRaNiD
Posts: 907
Joined: Sun Jan 18, 2004 12:23 am

Post by TyRaNiD »

Well you _could_ try doing:

Code: Select all

sceIoDevctl("fatms0:", 0x240D81E, 0, 0, 0, 0);
after you unmount the memory stick, but I don't know if that will work ;)
TheBuzzer
Posts: 49
Joined: Mon Feb 06, 2006 10:02 am

Post by TheBuzzer »

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