From 8e2e8311c46b9f27aa03f48490519e5b21d481e7 Mon Sep 17 00:00:00 2001 From: win2kgamer <47463859+win2kgamer@users.noreply.github.com> Date: Fri, 30 Jan 2026 21:35:59 -0600 Subject: [PATCH] Sensation audio: Disable logging --- src/sound/snd_sensation.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/sound/snd_sensation.c b/src/sound/snd_sensation.c index 229dd2d76..470ecedcc 100644 --- a/src/sound/snd_sensation.c +++ b/src/sound/snd_sensation.c @@ -50,8 +50,6 @@ #include "cpu.h" #include <86box/log.h> -#define ENABLE_SENSATION_LOG 1 - #ifdef ENABLE_SENSATION_LOG int sensation_do_log = ENABLE_SENSATION_LOG;