mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-28 00:20:47 +01:00
cleanup
This commit is contained in:
parent
a4bb440ac5
commit
841656b04b
@ -405,7 +405,7 @@ Certain formats have encrypted data, and need a key to decrypt. vgmstream
|
|||||||
will try to find the correct key from a list, but it can be provided by
|
will try to find the correct key from a list, but it can be provided by
|
||||||
a companion file:
|
a companion file:
|
||||||
- `.adx`: `.adxkey` (keystring, 8-byte keycode, or derived 6 byte start/mult/add key)
|
- `.adx`: `.adxkey` (keystring, 8-byte keycode, or derived 6 byte start/mult/add key)
|
||||||
- `.ahx`: `.ahxkey` (derived 6-byte start/mult/add key)
|
- `.ahx`: `.ahxkey` (keystring, or derived 6-byte start/mult/add key)
|
||||||
- `.hca`: `.hcakey` (8-byte decryption key, a 64-bit number)
|
- `.hca`: `.hcakey` (8-byte decryption key, a 64-bit number)
|
||||||
- `.awb`/`.acb` also may use `.hcakey`, and will combine with an internal AWB subkey
|
- `.awb`/`.acb` also may use `.hcakey`, and will combine with an internal AWB subkey
|
||||||
- May set a 8-byte key followed a 2-byte AWB subkey for newer HCA
|
- May set a 8-byte key followed a 2-byte AWB subkey for newer HCA
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
#include "../util.h"
|
#include "../util.h"
|
||||||
|
|
||||||
#ifdef VGM_USE_VORBIS
|
#ifdef VGM_USE_VORBIS
|
||||||
|
#define OV_EXCLUDE_STATIC_CALLBACKS
|
||||||
#include <vorbis/vorbisfile.h>
|
#include <vorbis/vorbisfile.h>
|
||||||
|
|
||||||
#define OGG_DEFAULT_BITSTREAM 0
|
#define OGG_DEFAULT_BITSTREAM 0
|
||||||
|
Loading…
Reference in New Issue
Block a user