yifanlu / usbmc

USB storage as Vita memory card
122 stars 19 forks source link

Reload config.txt and plugins on newly mounted ux0: #5

Closed TheOfficialFloW closed 6 years ago

TheOfficialFloW commented 6 years ago

So plugins can be loaded from USB stick.

yifanlu commented 6 years ago

Yeah I thought about it before. The only catch is that if you have the same plugin in both ur0:tai/config.txt as well as ux0:tai/config.txt then it will be loaded twice. Although I'm not sure that's too much of an issue. I'll consider updating it that way.

TheOfficialFloW commented 6 years ago

If I remember correctly, loading the same module (same nid and version) would result in an "already loaded" error.

yifanlu commented 6 years ago

taiHEN needs to be updated for this to work https://github.com/yifanlu/taiHEN/issues/75