devkitPro / libnds

C library for Nintendo DS
http://devkitpro.org/viewforum.php?f=38
Other
320 stars 46 forks source link

Fixed types in nds/image.h to use consistent type notation, shrank sImage.cpp to a sensible width. #19

Closed awiebe closed 5 years ago

awiebe commented 7 years ago

Found bits not using nds typedefs, changed them. Not sure why image dimensions are signed, doesn't seem to be used anywhere in the implementation, should probably leave it like that in case anyone is using negative dimensions to have special meaning in their code.