Make the root of the SD card a little cleaner by hiding the crap that macOS puts there.
Motivation and Context
Whenever an SD card touches macOS, a handful of hidden files get created that cannot be touched. N64FlashcartMenu has no need for these files, so they should be hidden.
How Has This Been Tested?
Built and run on SummerCart64 with an NTSC N64
Types of changes
[x] Improvement (non-breaking change that adds a new feature)
[ ] Bug fix (fixes an issue)
[ ] Breaking change (breaking change)
[ ] Config and build (change in the configuration and build system, has no impact on code or features)
Checklist:
[X] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
Description
Make the root of the SD card a little cleaner by hiding the crap that macOS puts there.
Motivation and Context
Whenever an SD card touches macOS, a handful of hidden files get created that cannot be touched. N64FlashcartMenu has no need for these files, so they should be hidden.
How Has This Been Tested?
Built and run on SummerCart64 with an NTSC N64
Types of changes
Checklist:
Signed-off-by: meeq me@christopherbonhage.com