Just at work, this will be breif. Based on responses, I think people would appreciate an alternative to using emunand to hide their configuration.
I was thinking that I could add a feature to save and hide "states" (/Nintendo 3DS/, all other files on SD, theme, stickers, layout, activity log, anything else I've missed). I've thought of two algorithms that hide these reasonably well.
One problem is that people also want a method to selectively choose apps (in order to hide just there homebrew stuff). Getting the path based on title is not something I can easily do, afaik. What I could do is a 'differential' state save though. It's a bit complicated, but basically you'd save state without homebrew stuff, then differential save state with homebrew stuff. To get/hide homebrew you'd apply or save the differential save state.
Any thoughts or suggestions on this?