mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-07 07:01:16 +01:00
commit
5e504a7734
@ -222,6 +222,9 @@ static const hcakey_info hcakey_list[] = {
|
|||||||
// Shin Tennis no Ouji-sama: Rising Beat (iOS/Android)
|
// Shin Tennis no Ouji-sama: Rising Beat (iOS/Android)
|
||||||
{4902201417679}, // 0000047561F95FCF
|
{4902201417679}, // 0000047561F95FCF
|
||||||
|
|
||||||
|
// Kai-ri-Sei Million Arthur (Vita)
|
||||||
|
{1782351729464341796}, // 18BC2F7463867524
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif/*_HCA_KEYS_H_*/
|
#endif/*_HCA_KEYS_H_*/
|
||||||
|
@ -162,7 +162,7 @@ VGMSTREAM * init_vgmstream_sqex_scd(STREAMFILE *streamFile) {
|
|||||||
|
|
||||||
if (ogg_version == 2) { /* header is XOR'ed using byte (FF XIV PC) */
|
if (ogg_version == 2) { /* header is XOR'ed using byte (FF XIV PC) */
|
||||||
inf.decryption_callback = scd_ogg_v2_decryption_callback;
|
inf.decryption_callback = scd_ogg_v2_decryption_callback;
|
||||||
inf.scd_xor = read_8bit(post_meta_offset + 0x02, streamFile);
|
inf.scd_xor = ogg_byte;
|
||||||
inf.scd_xor_length = vorb_header_size;
|
inf.scd_xor_length = vorb_header_size;
|
||||||
}
|
}
|
||||||
else if (ogg_version == 3) { /* file is XOR'ed using table (FF XIV Heavensward PC) */
|
else if (ogg_version == 3) { /* file is XOR'ed using table (FF XIV Heavensward PC) */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user