GUI: temporarily hide BRR sample type

This commit is contained in:
tildearrow 2022-03-20 05:19:04 -05:00
parent 9a94b7124d
commit b7fd410c1f

View file

@ -104,7 +104,7 @@ const char* sampleDepths[17]={
"ADPCM-B", "ADPCM-B",
"X68000 ADPCM", "X68000 ADPCM",
"8-bit PCM", "8-bit PCM",
"BRR", NULL, // "BRR",
"VOX", "VOX",
NULL, NULL,
NULL, NULL,
@ -121,4 +121,4 @@ const char* resampleStrats[]={
"blep synthesis", "blep synthesis",
"sinc", "sinc",
"best possible" "best possible"
}; };