mirror of
https://github.com/modmii/SysCheck-ModMii-Edition.git
synced 2024-11-22 16:19:20 +01:00
Fix: Program can now compile properly under latest libogc/devkitPPC
This commit is contained in:
parent
7b981f6abb
commit
8ebe3b7d0c
@ -237,7 +237,7 @@ s32 brute_tmd(tmd *p_tmd)
|
|||||||
u16 fill;
|
u16 fill;
|
||||||
for(fill=0; fill<65535; fill++)
|
for(fill=0; fill<65535; fill++)
|
||||||
{
|
{
|
||||||
p_tmd->fill2 = fill;
|
p_tmd->fill3 = fill;
|
||||||
sha1 hash;
|
sha1 hash;
|
||||||
SHA1((u8 *)p_tmd, TMD_SIZE(p_tmd), hash);;
|
SHA1((u8 *)p_tmd, TMD_SIZE(p_tmd), hash);;
|
||||||
if (hash[0]==0)
|
if (hash[0]==0)
|
||||||
|
Loading…
Reference in New Issue
Block a user