mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
0x10 bytes
This commit is contained in:
parent
64a376516e
commit
8075ece76c
1 changed files with 2 additions and 3 deletions
|
@ -254,9 +254,8 @@ bool SavedataParam::Save(SceUtilitySavedataParam* param, int saveId)
|
|||
|
||||
u8* cryptedData = 0;
|
||||
int cryptedSize = 0;
|
||||
// So, is this 0x16 or 0x10?
|
||||
u8 cryptedHash[0x16];
|
||||
memset(cryptedHash,0,0x16);
|
||||
u8 cryptedHash[0x10];
|
||||
memset(cryptedHash,0,0x10);
|
||||
// Encrypt save.
|
||||
if(param->dataBuf != 0 && g_Config.bEncryptSave)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue