Basically what you need to do is open screenshot.bin, which is placed
under 3ds/3DSident/screenshots/screenshot.bin and replace 1 with 0, if
you want to disable screenshots.
- sprintf automatically zero-terminates the string, so macAddress[18] = 0; isn't necessary
- reworked all strings to a table in order to improve readability, added const
- if osGetSystemVersionData succeeds, it'll print out the info (which works perfectly on real hw)
- fixed identation issues