From d5c53f00dc68736fa4e400f7ec786ed12914d6b9 Mon Sep 17 00:00:00 2001 From: Soji Yamakawa Date: Wed, 21 Feb 2024 21:22:41 -0500 Subject: [PATCH] Enable High-Res PCM by default. --- src/towns/townsparam/townsparam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/towns/townsparam/townsparam.h b/src/towns/townsparam/townsparam.h index 4f011fa8..30ce24d7 100644 --- a/src/towns/townsparam/townsparam.h +++ b/src/towns/townsparam/townsparam.h @@ -61,7 +61,7 @@ class TownsStartParameters bool highResAvailable=true; - bool highResPCM=false; + bool highResPCM=true; bool catchUpRealTime=true;