issues
search
joel16
/
3DSident
PSPident clone for 3DS
zlib License
284
stars
25
forks
source link
Some cleanup and fixes. Details:
#1
Closed
ghost
closed
8 years ago
ghost
commented
8 years ago
sprintf automatically zero-terminates the string, so macAddress[18] = 0; isn't necessary
reworked all strings to a table in order to improve readability, made it const-correct
if osGetSystemVersionData succeeds,
then
it'll print out the info (which works perfectly on real hw)
fixed indentation issues
ghost
commented
8 years ago
By the way, here is a working pic
joel16
commented
8 years ago
Looks good! Merging.