ihaveamac / ninfs

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

3DS mountpoint has code-decompressed.bin when code was not compressed #61

Closed NWPlayer123 closed 3 years ago

NWPlayer123 commented 4 years ago

seems wasteful to mount the same thing twice, needs some conditional

ihaveamac commented 4 years ago

I originally added it for consistency so you'd always have a file that acted like the decompressed one. If the original .code is not compressed then code-decompressed.bin acts like a second pointer to it like code.bin already does.