From 8da59211961b85dc0af8b677d5c778adc7902ecb Mon Sep 17 00:00:00 2001 From: cam900 Date: Mon, 7 Mar 2022 03:50:15 +0900 Subject: [PATCH] step 2 --- src/engine/platform/x1_010.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/engine/platform/x1_010.cpp b/src/engine/platform/x1_010.cpp index 7119a67f..74bfdb13 100644 --- a/src/engine/platform/x1_010.cpp +++ b/src/engine/platform/x1_010.cpp @@ -241,8 +241,8 @@ void DivPlatformX1_010::acquire(short* bufL, short* bufR, size_t start, size_t l for (size_t h=start; htick(); - signed short tempL=x1_010->output(0); - signed short tempR=x1_010->output(1); + signed int tempL=x1_010->output(0); + signed int tempR=x1_010->output(1); if (tempL<-32768) tempL=-32768; if (tempL>32767) tempL=32767;