mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-28 00:20:47 +01:00
commit
aa61b401ee
@ -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.
|
* 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.
|
* 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)
|
// ARGONAVIS -Kimi ga Mita Stage e- (Android)
|
||||||
{301179795002661}, // 000111EBE2B1D525
|
{301179795002661}, // 000111EBE2B1D525
|
||||||
|
|
||||||
|
// YuYuYui (Switch)
|
||||||
|
{3733383634313939}, // 000D437E1D5562D3
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif/*_HCA_KEYS_H_*/
|
#endif/*_HCA_KEYS_H_*/
|
||||||
|
Loading…
Reference in New Issue
Block a user