mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
IOS/ES: Handle personalised tickets properly
IOS unpersonalises device-specific ("personalised") tickets prior to storing them on the NAND.
This commit is contained in:
@ -308,7 +308,7 @@ static void point_add(u8* r, const u8* p, const u8* q)
|
||||
elt_add(ry, s, rx);
|
||||
}
|
||||
|
||||
static void point_mul(u8* d, const u8* a, const u8* b) // a is bignum
|
||||
void point_mul(u8* d, const u8* a, const u8* b) // a is bignum
|
||||
{
|
||||
u32 i;
|
||||
u8 mask;
|
||||
|
Reference in New Issue
Block a user