From 7571c0b155bdd0fe980182ab99d1df1084040449 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Thu, 17 Mar 2022 15:06:19 -0300 Subject: [PATCH] CMI8x38: Disable status bar logging due to a Qt incompatibility --- src/sound/snd_cmi8x38.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sound/snd_cmi8x38.c b/src/sound/snd_cmi8x38.c index 4d02afcaa..5020c0b63 100644 --- a/src/sound/snd_cmi8x38.c +++ b/src/sound/snd_cmi8x38.c @@ -1279,7 +1279,7 @@ stereo: freqreg >>= 3; } -#ifdef ENABLE_CMI8X38_LOG +#if 0 if (cmi8x38_do_log) ui_sb_bugui(buf); #endif