GUI: temporarily hide BRR sample type

This commit is contained in:
tildearrow 2022-03-20 05:19:04 -05:00
parent 9a94b7124d
commit b7fd410c1f
1 changed files with 2 additions and 2 deletions

View File

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