Changes

290 bytes added ,  08:04, 19 April 2017
Line 229: Line 229:  
</source>
 
</source>
    +
Checking for .H3 hashes (Source: [https://github.com/FIX94/wud2app/blob/b4664a86bd068db65314c751b48c4cf63418a260/main.c wud2app])
 +
<source lang="c">
 +
uint16_t type = __builtin_bswap16(tmd->Contents[curCont].Type);
 +
if(type & 2) //.H3 Hashes are used/needed
 +
{
 +
//Read|Create|DL .h3
 +
}
 +
</source>
 
[[Category:File formats]]
 
[[Category:File formats]]
41

edits