Fix: Program can now compile properly under latest libogc/devkitPPC

This commit is contained in:
emilyd 2023-09-16 16:14:06 +03:00
parent 7b981f6abb
commit 8ebe3b7d0c

View File

@ -237,7 +237,7 @@ s32 brute_tmd(tmd *p_tmd)
u16 fill;
for(fill=0; fill<65535; fill++)
{
p_tmd->fill2 = fill;
p_tmd->fill3 = fill;
sha1 hash;
SHA1((u8 *)p_tmd, TMD_SIZE(p_tmd), hash);;
if (hash[0]==0)