VGMStream: Disable HCA key brute forcing

CQTexperiment
Christopher Snowhill 2021-10-05 20:44:00 -07:00
parent ac998301c6
commit 1fd160dc0f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#include "../coding/coding.h"
#include "../coding/hca_decoder_clhca.h"
#define HCA_BRUTEFORCE
//#define HCA_BRUTEFORCE
#ifdef HCA_BRUTEFORCE
static void bruteforce_hca_key(STREAMFILE* sf, hca_codec_data* hca_data, unsigned long long* p_keycode, uint16_t subkey);
#endif