mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-07 08:01:20 +00:00
GUI: temporarily hide BRR sample type
This commit is contained in:
parent
9a94b7124d
commit
b7fd410c1f
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue