From 8ebe3b7d0cbe8480b9049277492e51e14cbf362d Mon Sep 17 00:00:00 2001 From: emilyd Date: Sat, 16 Sep 2023 16:14:06 +0300 Subject: [PATCH] Fix: Program can now compile properly under latest libogc/devkitPPC --- source/sys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/sys.c b/source/sys.c index 5326bb5..9325b31 100644 --- a/source/sys.c +++ b/source/sys.c @@ -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)