BinomialLLC / crunch

Advanced DXTc texture compression and transcoding library
http://binomial.info
Other
851 stars 183 forks source link

emscripten: Make crn_decompress() return false on failure #29

Open nh2 opened 5 years ago

nh2 commented 5 years ago

This ensures that the function tells the caller about errors, like the used crnd_unpack_level() inside does.

That is important e.g. to notice when a .crn file to be decoded is invalid.