Merge pull request #1493 from applecuckoo/master

Add HCA key
This commit is contained in:
bnnm 2024-02-21 19:47:47 +01:00 committed by GitHub
commit aa61b401ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ typedef struct {
/**
* List of known keys, extracted from the game files (most from data analisys, some from 2ch.net/forums).
* List of known keys, extracted from the game files (most from data analysis, some from 2ch.net/forums).
* CRI's tools expect an unsigned 64 bit numberic string, but keys are commonly found online in hex form.
* Keys only use 56 bits though, so the upper 8 bits can be ignored.
*
@ -1296,6 +1296,9 @@ static const hcakey_info hcakey_list[] = {
// ARGONAVIS -Kimi ga Mita Stage e- (Android)
{301179795002661}, // 000111EBE2B1D525
// YuYuYui (Switch)
{3733383634313939}, // 000D437E1D5562D3
};
#endif/*_HCA_KEYS_H_*/