From a08f7507fdeffd913e3ec1d4caa44b005ce3d845 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Thu, 31 Mar 2022 23:11:02 -0500 Subject: [PATCH] N163: don't auto-scale volume --- src/engine/platform/n163.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/platform/n163.cpp b/src/engine/platform/n163.cpp index f48583a4..2800fad1 100644 --- a/src/engine/platform/n163.cpp +++ b/src/engine/platform/n163.cpp @@ -156,7 +156,7 @@ const char* DivPlatformN163::getEffectName(unsigned char effect) { void DivPlatformN163::acquire(short* bufL, short* bufR, size_t start, size_t len) { for (size_t i=start; i32767) out=32767; if (out<-32768) out=-32768; bufL[i]=bufR[i]=out;