ihaveamac / ninfs

FUSE filesystem Python scripts for Nintendo console files
MIT License
438 stars 18 forks source link

Multiple mounts in one instance #24

Closed ihaveamac closed 4 years ago

ihaveamac commented 6 years ago

The GUI should probably have a method to mount multiple types without opening an instance of the GUI multiple times.

This would require a big rework of subprocess handling (since only one is supported at the time), plus GUI modifications to support a list of current mounts and a way to unmount them.

ihaveamac commented 4 years ago

Implemented with the new gui on the 2.0 branch.