From b7fd410c1f95e61af81e0902a56953a6d1ab913b Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sun, 20 Mar 2022 05:19:04 -0500 Subject: [PATCH] GUI: temporarily hide BRR sample type --- src/gui/guiConst.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/guiConst.cpp b/src/gui/guiConst.cpp index 11795e665..3e12314c9 100644 --- a/src/gui/guiConst.cpp +++ b/src/gui/guiConst.cpp @@ -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" -}; \ No newline at end of file +};