mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-23 22:41:05 +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
|
||||
a companion file:
|
||||
- `.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)
|
||||
- `.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
|
||||
|
@ -3,6 +3,7 @@
|
||||
#include "../util.h"
|
||||
|
||||
#ifdef VGM_USE_VORBIS
|
||||
#define OV_EXCLUDE_STATIC_CALLBACKS
|
||||
#include <vorbis/vorbisfile.h>
|
||||
|
||||
#define OGG_DEFAULT_BITSTREAM 0
|
||||
|
Loading…
Reference in New Issue
Block a user