ItsDeidara / MegaNTR

151 stars 133 forks source link

Plugins don't work when following instructions #22

Closed mehlon closed 6 years ago

mehlon commented 6 years ago

Because the folder names are the titles, rather than the game id's, simply putting the plugins folder onto the root of the SD card doesn't work. Thankfully because of the convenient folder structure, all it took is a script to fix this: for i in *; do a=$(find "$i"/*.plg -type f -printf "%f\n" | sed -e 's/\.plg$//'); mv "$i" "$a"; done.

ItsDeidara commented 6 years ago

I'd be open to a pull request with this fix as I am no longer maintaining this since I moved from the 3ds to other projects