mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-04 16:59:02 +00:00
[ctrtool] Fixed seed crypto.
This commit is contained in:
+2
-2
@@ -33,9 +33,9 @@ void exefs_set_usersettings(exefs_context* ctx, settings* usersettings)
|
||||
ctx->usersettings = usersettings;
|
||||
}
|
||||
|
||||
void exefs_set_partitionid(exefs_context* ctx, u8 partitionid[8])
|
||||
void exefs_set_titleid(exefs_context* ctx, u8 titleid[8])
|
||||
{
|
||||
memcpy(ctx->partitionid, partitionid, 8);
|
||||
memcpy(ctx->titleid, titleid, 8);
|
||||
}
|
||||
|
||||
void exefs_set_compressedflag(exefs_context* ctx, int compressedflag)
|
||||
|
||||
Reference in New Issue
Block a user